First load animation bug

i have a bug where when i equip the tool for the first time (aka loading the animation for the first time) when the animation plays its all messed up, as seen in the video
but then i try this with another weapon that uses the same scripts and it loads the animations fine

the only difference between these two animations is one of them uses the curve editor (the broken one) and the other doesnt (the working one)

as seen in the video, the M4A1 is the non curve reload animation which is working fine and the RN-50 is the curve reload animation which fails on the first load but if i re equip it loads fine

External Media
1 Like

I have a similar issue with the animation events being off or missing the first time. I’m not completely sure but it could be due to lazy loading. Are you loading the animation when creating the character, or when using it for the first time?

i load the animations when the tool is equipped, and its not to the character since i have a system in place to move the arms around so its a clone of the arms to act as fake ones

the arms are created on the server and the client runs a bit after the server does its thing and thats when it loads the animations using the fake arm’s animator. it happens right when the equipped event is fired no delay (except the small ones for waiting for the models to load on client)