Advertisement
therobIoxadmin

test

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