Advertisement
Guest User

eee

a guest
Aug 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. plr = owner.name
  2. player = game.Workspace:FindFirstChild(plr)
  3. RightC0 = player.Torso:FindFirstChild("Right Shoulder")
  4. LeftC0 = player.Torso:FindFirstChild("Left Shoulder")
  5. for i=0,1,0.01 do
  6. wait()
  7. player.Torso:FindFirstChild("Right Shoulder").C0 = player.Torso:FindFirstChild("Right Shoulder").C0:Lerp(RightC0*CFrame.Angles(0,math.rad(30),math.rad(300)),i)
  8. player.Torso:FindFirstChild("Left Shoulder").C0 = player.Torso:FindFirstChild("Left Shoulder").C0:Lerp(LeftC0*CFrame.Angles(0,math.rad(-30),math.rad(-300)),i)
  9. end
  10. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement