Custom run and walk animation

What do you want to achieve?
I want a custom run and walk animation that isnt realistic and more “Evade”-ish. I already have the animations but dont know how to put them together. Thanks!
run animation: robloxapp-20230418-2015066.wmv (450.7 KB)

When you start a game and look under your Character, you will notice a LocalScript called “Animate”, copy this script, put it inside StarterCharacterScript, rename it to “Animate2” or anything else (just not “Animate”)
Then put the following script on the top:

coroutine.wrap(function()
   script.Parent:WaitForChild("Animate"):Destroy()
end)()

robloxapp-20230418-2028280.wmv (989.7 KB)
It doesnt work.

That’s not necessary, if you put a script called “Animate” inside of StarterCharacterScripts it will override the default Animate script.

Just Modify the HumanoidDescription of the Player.