Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local chr = plr.Character
  3. local mouse = plr:GetMouse()
  4.  
  5. q = Instance.new('HopperBin', plr.Backpack)
  6. q.Name = 'Dab'
  7. Bin=q
  8.  
  9.  
  10. dabbing=Instance.new('Sound', plr.Character.Torso)
  11. dabbing.Volume = 5
  12. dabbing.Pitch = 0.7
  13. dabbing.SoundId = 'rbxassetid://437235476'
  14.  
  15. function stopAnimations()
  16. for _,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
  17. v:Stop()
  18. end
  19. end
  20.  
  21. local chr = game.Players.LocalPlayer.Character
  22. chr.Animate.Disabled = true
  23. chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  24. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  25. chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  26. dabbing:Play()
  27. wait(0.3)
  28. local chr = game.Players.LocalPlayer.Character
  29. stopAnimations()
  30. chr.Animate.Disabled = true
  31. chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  32. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  33. chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  34. game:GetService("Chat"):Chat(plr.Character.Head, [[After all, AIDS is a deadly, incurable disease. But no matter how you come to judge Charles Wheeler and his partners in ethical, moral, and in human terms, the fact of the matter is, when they fired Andrew Beckett because he had AIDS, they broke the law.]], Enum.ChatColor.Blue)
  35. wait(2)
  36. game:GetService("Chat"):Chat(plr.Character.Head, [[ moral, and in human terms, the fact of the matter is, when they fired Andrew Beckett because he had AIDS, they broke the law.]], Enum.ChatColor.Blue)
  37. wait(2)
  38. stopAnimations()
  39. chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  40. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  41. chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  42. chr.Animate.Disabled = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement