If you were to change the Jump Animation Would you Have to make the Animation Character Jump to?
1 | Game.Players.PlayerAdded:connect( function (player) |
2 | while not player.Character do wait() end |
3 | local character = player.Character |
4 | local animateScript = character.Animate |
5 | animateScript.movement.Animation 1. AnimationId = 'http://www.roblox.com/asset/?id=' |
6 | end ) |