How would you approach changing default animation?

I’m not sure if changing the animate default script is the best way to change default animations. Does anybody have a better solution?

There is actually a page in the dev hub about changing animations Scripting Avatar Animations | Roblox Creator Documentation

Please search there before making a topic

1 Like

No, I am not looking to change animations through the Animate script because it could cause problems in the future, furthermore changing animations through humanoid is deprecated.

you could edit the Animate script to use Humanoid.Animator:LoadAnimation

I am suggesting if there are any other solutions other than “Animator”.

Not sure, but I dont think so.

You could try making your own script for that, a script like the Animate script, but with your own functions and stuff.

Ok, I will try create my own animation script.

1 Like

Be sure to make it a localscript, you need input!

I don’t think input is efficient, checking the humanoid state might be better?