Advertisement
RobloxScriptzzz

Roblox dab script

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