Animations that worked a few months ago no longer wroking

Hello. Today I decided to continue a project I paused a few months ago. When I was testing the game all prevoius animations I made no longer worked. I tried another old game of mine and the animation did not work either. I opened up their file and everything looks normal.
Here is videos that have the original animations working Roblox Chronicles (Full Playthrough) - YouTube
Roblox Chronicles II demo - YouTube
Here is fottage in studio of the animations not working

And after watching that, appernetly some animations work at random?
Also, I checked some other games of mine and the animations are working. If you can help, please do. Thanks

Make sure you have Animation Priority set to Action

1 Like

I currently have them set to movement. I’ll try that

I set them to Action, and tested it in studio and with the Roblox player, nothing changed. No animation playing

If you created a custom script for your animations then the reason it is not working is because roblox overides it with their script. You have to change the animation ID in their script.

Play the game in Studio, copy the animate script. (search for it in explorer), stop the game in and paste the script intoStarterCharacterScripts . From there you’ll be able to edit anything you’d like and it will be in effect once the player joins.

Replace their animation ID’s with yours. And it should work

1 Like