Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. player.Character.Head.Mesh:Destroy()
  3. player.Character.Head.face:Destroy()
  4. for remove,hat in pairs(player.Character:GetChildren()) do
  5. if hat:IsA'Accoutrement' then
  6. hat:Destroy()
  7. end
  8. end
  9. weld = Instance.new("Weld", player.Character.Head)
  10. weld.Part1 = player.Character.Torso
  11. weld.Part0 = player.Character.Head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement