Advertisement
Guest User

eee

a guest
Aug 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. plr = owner
  2. for i=0,1,0.01 do
  3. wait()
  4. plr.Torso.RightShoulder.C0 = plr.Torso.RightShoulder.C0:Lerp(RightC0*CFrame.Angles(0,math.rad(30),math.rad(300)),i)
  5. plr.Torso.LeftShoulder.C0 = plr.Torso.LeftShoulder.C0:Lerp(LeftC0*CFrame.Angles(0,math.rad(-30),math.rad(-300)),i)
  6. end
  7. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement