Animations not loading

So, I forked the default animation script to add my custom animations to my game, problem is some of them aren’t loading

https://gyazo.com/0f2a2f012db1290701b473090f8833a2

The run animation loads, but the idle isn’t loading
Sometimes it works and sometimes it doesn’t and I’m not sure why, can anyone help?

2 Likes

EDIT: We solved the issue.

Roblox core was still updating all the ID’s of the string values in under the script,
so we disabled the bind inside the script which updated it automatically.

5 Likes

Sorry to revive this topic; however as I’m also having this issue at the moment I was curious as to where the “bind” in the script is as I will disable this too in hopes of the issue being resolved.

2 Likes