Y’know that “Animate” script on every single player? Yeah, basically I want to change the running animation.
I have a sprint script, and the only thing that’s missing is the running animation. No, I can’t add animations on the Sprint script because I want the player to smoothly transition from the walking to running and vice versa.
How do I change the code of the “Animate” script so that I can have running animations?
If you test play the game on studio, go into your character, copy the animate script, stop test playing and paste the script into StarterCharacterScripts. You can now make any edits you want and this version will overwrite the others.
Yes, I know about that. I’ve changed the animations both inside (code) and outside (Animation) the script. The only problem I have is getting the running animation to actually work.
here is the “animate” script that i use for r6. if youre using r15 characters then you could take a look at the script i uploaded and try to mimic the same behaviour. its a really small change, just the addition of a few lines. look for something along the lines of onRunning