Hello! So, I am trying to add a custom walk, jump and fall animation.
It works well but the issue is that the Roblox animate script exceeds the limit of max animations that can be loaded in the animator (256).
For some reason it only does that when its a custom animation.
When I print the table of the loaded animations it is all just 3 animations, walk animation, jump animation and fall animation. Which are all custom. 3 of those animations are constantly getting loaded. It doesn’t get stopped.
I looked for solutions on the dev forum but had no luck.
Does anyone know how to fix it?