I’m trying to make a jump animation for my Roblox game but I think i’v done it wrong.
What I did was use my working running animation script and copied and pasted it to my jumping script and changed a few parts of it but it doesn’t work.
I used a Roscripter tutorial and did it the same as he did it I believe.
Heres the link to the tutorial
you should rather copy and paste the animation script into startercharacterscripts while the game is running and edit the animations from there instead of changing it through a separate script.
I figured out that it must be something to do with the script because when I put the Animation Id into my players animation it works but for some reason the script doesn’t.
I don’t think it has anything to do with that because the animation itself works when I paste it in to my character when I test it but for some reason it won’t work when I use my script.