Advertisement
Aeyao

Untitled

Apr 2nd, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2. char = script.Parent.Parent.Character
  3. torso = char.Torso
  4. rarm = torso["Right Shoulder"]
  5. larm = torso["Left Shoulder"]
  6. while true do
  7. wait()
  8. rarm.C0 = rarm.C0 * CFrame.Angles(math.random(0,180),math.random(0,180),math.random(0,180))
  9. larm.C0 = larm.C0 * CFrame.Angles(math.random(0,180),math.random(0,180),math.random(0,180))
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement