Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Character.Head:Destroy()
- game.Players.LocalPlayer.CharacterAppearanceLoaded:connect(function()
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.ClassName == "Script" then
- v:Destroy()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment