If I wait long enough, it will play almost 100% of the time, but if I don’t wait, it will NOT play almost 100% of the time. Anybody know what’s causing this or how to fix it? The humanoid and animation are loaded in correctly, but when you play it, it doesn’t always play correctly. The animation priority is high enough. Thanks!
The character exists, so doing this would delay the thread by 0 seconds. As I stated, the Humanoid exists, and is capable of loading an animation. However, this animation track is not able to be played until moments after.
Probably because you either delayed the animation in your animating program or you did something weird with your animation frame key binds. Ensure that everything with your program or and frame keybinds is fine before I deep further into this.
I think it’s because the animation asset hasn’t finished loading yet so when you call play on the animation track, nothing will actually happen. I dont think there’s a way to bypass this other than waiting a few seconds when the server starts