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