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
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