Custom Animations for Tool like Walk etc. but without setting roblox default ID?

So basically what I am saying is play my custom animations without having to set it’s ID’s to Roblox’s Default Animation ID’s to replace is there a way to do this?

1 Like

For the tool? or you want to totally replace the default animations?

totally replace all default animations

Here is a similar forum post that may answer your question…

that shows only how to animate not script

There’s a local script that Roblox automatically adds to the Character’s scripts called “Animate”. Try copying the local script and edit the default animations inside, then make a script in the ServerScriptService that replaces the default animate script with your own when the character is added. Or you can just use a script to manually edit the animation ids that are already in the “Animate” script