Animation bug (Possibliy blending?)

Alright so I’ve been having this weird animation bug where in game the arms a positioned differently than how in studio animation editor is. It’s the same exact animation id and the studio functions normally but in game the arms behave strangely. It only happens to this specific set of animations too. Any info on this?

In Game
https://gyazo.com/baadd6584dbfa3a2c6986436f60d3d75

Studio
https://gyazo.com/4848fec8d7b8b9ac7e41fcd9167d4f68

This should definitely be a blending issue probably with the idle animation. You can try playing with animation priorities or disabling the new animation engine.

To disable the new animation engine, create a bool attribute in workspace named “RbxLegacyAnimationBlending” and set it to true.

1 Like

looks like I totally forgot to change the animation priorities for the new animations I created, thanks for the remind!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.