Advertisement
memberhero

Dab Script Lol

Mar 1st, 2018
1,435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. --Dab script you can tell im running out of ideas
  2. local plr = game.Players.LocalPlayer
  3. mouse = plr:GetMouse()
  4. animation = Instance.new("Animation",plr.Character)
  5. animation.Name = "DAB"
  6. animation.AnimationId = "rbxassetid://1468448996"
  7. mouse.KeyDown:connect(function(key)
  8. key:lower()
  9. if key == "z" then
  10. BOI = Instance.new("Sound",plr.Character)
  11. BOI.SoundId = "rbxassetid://622342161"
  12. BOI:Play()
  13. dab = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(plr.Character.DAB)
  14. dab:Play()
  15. end
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement