Advertisement
mathmasterphil

Guest

Feb 28th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. me = Workspace.mathmasterphil
  2. rot = 1
  3. while true do
  4. me.Torso.Neck.C0 = me.Torso.Neck.C0 * CFrame.Angles(0, math.rad(rot), 0)
  5. wait()
  6. end
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16. me = Workspace.GuestOfChaos
  17. rot = 0
  18. while true do
  19. rot = rot + 1
  20. for _,v in pairs(me.Torso:GetChildren()) do
  21. if v.ClassName == "Motor6D" then
  22. v.C0 = v.C0 * CFrame.Angles(0, math.rad(rot), 0)
  23. end
  24. end
  25. wait()
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement