Animation Offset Bug

Currently don’t have access to Engine Bugs so I’m wondering if anyone has any idea what’s happening here:

These two animations are the EXACT same animation. One was created before the Roblox asset id update where ids are now randomly generated rather than incremented and the other was an import of that animation and a reupload with nothing done to it.

One works perfectly fine. The other offsets every time. Any clue what’s happening or even a potential fix?

Before ID Update:

After ID Update:

After some testing it seems as if the new ID system loads a little slower than the previous incremental id system. My solution was to simply add a repeat task.wait() until anim.length>0 before allowing C0 manipulation.

Hopefully this helps someone else.