Advertisement
HenloMyDude

GOTTAGOFAST

Aug 28th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1.  
  2.  
  3.  
  4. plr = owner
  5. char = plr.Character
  6. tors = char.Torso
  7. RS = tors["Right Shoulder"]
  8. LS = tors["Left Shoulder"]
  9. root = char.HumanoidRootPart.RootJoint
  10.  
  11.  
  12. RS.C0 = CFrame.new(1.5, 0.5, -0.5) * CFrame.Angles(0, 0, 77 + 77)
  13. LS.C0 = CFrame.new(-1.5, 0.5, -0.5) * CFrame.Angles(0, 0, -77 + -77)
  14.  
  15. fatinator = char.Humanoid.Animator
  16. if fatinator then
  17. fatinator:Destroy()
  18. end
  19.  
  20.  
  21. gamsic = Instance.new("Sound",tors)
  22. gamsic.SoundId = "rbxassetid://144946794"
  23. gamsic.Volume = 10
  24. gamsic.Looped = true
  25. gamsic:Play()
  26.  
  27. wry = Instance.new("FlangeSoundEffect",gamsic)
  28. wry.Rate = 6
  29.  
  30. NLS([[
  31. cam = workspace.CurrentCamera
  32. char = game.Players.LocalPlayer.Character
  33.  
  34. cam.CameraSubject = char.Torso
  35. ]],char)
  36.  
  37. while true do
  38. wait()
  39. root.C0 = root.C0 * CFrame.new(0.5, 0, 0.25)
  40. wait()
  41. root.C0 = root.C0 * CFrame.new(-0.5, 0, -0.25)
  42. wait()
  43. root.C0 = root.C0 * CFrame.new(-0.75, 0, -0.5)
  44. wait()
  45. root.C0 = root.C0 * CFrame.new(0.75, 0, 0.5)
  46. wait()
  47. root.C0 = root.C0 * CFrame.new(1.5, 0, -0.65)
  48. wait()
  49. root.C0 = root.C0 * CFrame.new(-1.5, 0, 0.65)
  50. wait()
  51. root.C0 = root.C0 * CFrame.new(-0.65, 0, 1)
  52. wait()
  53. root.C0 = root.C0 * CFrame.new(0.65, 0, -1)
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement