Scripting my own type of Animate script instead of changing the default one

I want to change the animations the character does altogether(Running, Jumping, Tool Animation, etc…). When I search it up online, I keep being told to change the “Animate” script in the character. I want to know if I really have to do this. Can I just override it with a different script instead of messing with the “Animate” script?

you can Replace the Animate script by creating a new script in StarterCharacterScripts And Rename it the same as the default one.

Could it be a simple code with a few basic animation lines or do I have to follow the same format as the animate script?

there is another way to do this, and you don’t have to remove the Animate Script.
https://developer.roblox.com/en-us/onboarding/scripting-avatar-animations/1

Thanks I’m going to look into it

1 Like