Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
- if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("Hat") then
- v:Destroy()
- end
- if v:IsA("Part") or v:IsA("MeshPart") then
- v.Transparency = 1
- if v.Name == "Head" then
- if v:FindFirstChild("face") then
- v.face:Destroy()
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement