Advertisement
VorLex

Dab Script

Jan 17th, 2018
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. mouse.KeyDown:connect(function(key)
  2.  
  3. if key == "e" == false then
  4. yes:Play()
  5. local animation = Instance.new("Animation")
  6. animation.AnimationId = "http://www.roblox.com/Asset?ID=926479632"
  7. local animTrack = player.Character.Humanoid:LoadAnimation(animation)
  8. animTrack:Play()
  9. end
  10.  
  11. game.Players.PlayerAdded:connect(function(player)
  12. end
  13. end)
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement