Im assuming u did the basic steps for a custom walk animation, but u have to put the animation id on the walk and run animation things, that are parented to the value thing.
If so, Roblox replicates the script and forces it onto you when you spawn in. To make your own Animate local script, you need to put the local script inside of the “StarterCharacterScripts” folder.
( The “StarterCharacterScripts” folder is inside of the “StarterPlayer” folder. )
This is just one of the issues that might be happening though.
Animation priority is what makes an animation play over another one. Do you know animation priority your animation is? If so, what is it?
Yes, it’s Roblox’s Animate script, and yes it’s inside the StarterCharacterScripts along with the other animations. I don’t know how to change the animation priority.