historical/MixaholicREVIZIONAdmin.git/FE-BLOCKHEAD
2024-01-16 11:20:27 -06:00

6 lines
182 B
Text

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