Advertisement
Pukaciu

dab

Oct 21st, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local character = player.Character
  3.  
  4. z = Instance.new("Sound", character.Torso)
  5. z.SoundId = "rbxassetid://325360758"
  6. z.Looped = true
  7. z.Pitch = 1
  8. z.Volume = 5
  9. wait(0.1)
  10. z:Play()
  11.  
  12. local plr = game.Players.LocalPlayer
  13. local chr = plr.Character
  14. local mouse = plr:GetMouse()
  15.  
  16. q = Instance.new('HopperBin', plr.Backpack)
  17. q.Name = 'DAB !!'
  18. Bin=q
  19.  
  20.  
  21. dabbing=Instance.new('Sound', plr.Character.Torso)
  22. dabbing.Volume = 2
  23. dabbing.Pitch = 0.7
  24. dabbing.SoundId = 'rbxassetid://141679994' --437235476
  25.  
  26. function stopAnimations()
  27. for _,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
  28. v:Stop()
  29. end
  30. end
  31.  
  32. Bin.Selected:connect(function(mouse)
  33. mouse.Button1Down:connect(function()
  34. local chr = game.Players.LocalPlayer.Character
  35. chr.Animate.Disabled = true
  36. chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  37. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  38. game:GetService("Chat"):Chat(plr.Character.Head, "LOOK AT MY DAB !!", Enum.ChatColor.Red)
  39. chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  40. dabbing:Play()
  41. wait(0.3)
  42. local chr = game.Players.LocalPlayer.Character
  43. stopAnimations()
  44. chr.Animate.Disabled = true
  45. 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)
  46. 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)
  47. 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)
  48. wait(2)
  49. stopAnimations()
  50. chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  51. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  52. chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  53. chr.Animate.Disabled = false
  54. end)
  55. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement