Advertisement
Kaemi

Get Down!

Feb 14th, 2017
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  2. sound.SoundId = "rbxassetid://146263172"
  3. sound.Volume = 1
  4. sound:Play()
  5. sound.Looped = true
  6.  
  7. wait(1)
  8.  
  9.  
  10.  
  11.  
  12. while true do
  13. wait()
  14. game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  15.  
  16. game.Players.LocalPlayer.Character.Torso["Neck"].C0 = game.Players.LocalPlayer.Character.Torso["Neck"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  17.  
  18. game.Players.LocalPlayer.Character.HumanoidRootPart["RootJoint"].C0 = game.Players.LocalPlayer.Character.HumanoidRootPart["RootJoint"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  19.  
  20. game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  21. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  22. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement