Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mouse.KeyDown:connect(function(key)
- if key == "e" == false then
- yes:Play()
- local animation = Instance.new("Animation")
- animation.AnimationId = "http://www.roblox.com/Asset?ID=926479632"
- local animTrack = player.Character.Humanoid:LoadAnimation(animation)
- animTrack:Play()
- end
- game.Players.PlayerAdded:connect(function(player)
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement