Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char = script.Parent.Parent.Character
- torso = char.Torso
- rarm = torso["Right Shoulder"]
- larm = torso["Left Shoulder"]
- while true do
- wait()
- rarm.C0 = rarm.C0 * CFrame.Angles(math.random(0,180),math.random(0,180),math.random(0,180))
- larm.C0 = larm.C0 * CFrame.Angles(math.random(0,180),math.random(0,180),math.random(0,180))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement