historical/MixaholicREVIZIONAdmin.git/FE-BLOCKHEAD

7 lines
182 B
Text
Raw Normal View History

2024-01-16 11:20:27 -06:00
game.Players.LocalPlayer.Character.Head.Mesh:Remove()
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
if (v:IsA("Accessory")) then
v.Parent = workspace
end
end