thi2004

Untitled

Dec 11th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Head:Destroy()
  2. game.Players.LocalPlayer.CharacterAppearanceLoaded:connect(function()
  3. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4. if v.ClassName == "Script" then
  5. v:Destroy()
  6. end
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment