Advertisement
therobIoxadmin

Untitled

May 5th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Fixed by CLarramore --
  2. -- Made by iWafflecious --
  3.  
  4. plr = game.Players.LocalPlayer
  5. char = plr.Character
  6.  
  7. char.Head.face:remove()
  8.  
  9. for _,v in pairs(char:GetChildren()) do
  10. if v:IsA("Part") then
  11. if v.Name ~= "Head" then
  12. v.Transparency = 1
  13. end
  14. end
  15. end
  16.  
  17. for _,v in pairs(char:GetChildren()) do
  18. if v:IsA("Hat") then
  19. v:remove()
  20. end
  21. end
  22.  
  23. char.Head.Color = BrickColor.new("Navy blue")
  24. char.Head.Transparency = 0.5
  25. char.Humanoid.MaxHealth = math.huge
  26. for X = 10, math.huge, 10 do
  27. wait()
  28. char.Torso.Neck.C0 = CFrame.new(0,2,0) * CFrame.fromAxisAngle(Vector3.new(10,10,10), X)
  29. char.Torso.Neck.C1 = CFrame.new(0,0,0)
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement