Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Dab script you can tell im running out of ideas
- local plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- animation = Instance.new("Animation",plr.Character)
- animation.Name = "DAB"
- animation.AnimationId = "rbxassetid://1468448996"
- mouse.KeyDown:connect(function(key)
- key:lower()
- if key == "z" then
- BOI = Instance.new("Sound",plr.Character)
- BOI.SoundId = "rbxassetid://622342161"
- BOI:Play()
- dab = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(plr.Character.DAB)
- dab:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement