Is there a new way to override default animations (like run, walk, jump, etc)?

I am working on my game and when I used code that previously worked it no longer does anything, is there a new way to load animations? When trying the official roblox script Scripting Avatar Animations | Roblox Creator Documentation it didn’t work either.

If you are working on the server you can use HumanoidDescription: HumanoidDescription | Roblox Creator Documentation

On the client you change them pretty much the same way, try using FindFirstChildWhichIsA(“Animation”) as some animation bundles don’t have the same name and can return an error.

1 Like