I’m currently making a weapon system that plays animations (what would it be without them), and when I play some of said animations, mainly just the firing animation, it looks visibly dampened, like the animation doesn’t look like the one in the animation editor. Example:
What it should look like:
What it actually looks like:
I’ve already tried setting the animation priority and things alike. The firing animation is currently set to the Action2 priority. I’ve also already set game.Workspace.Retargeting as disabled, and neither has that worked.
Is there anyway to fix this or is it just permanent?
I think this has to do with the animation blending roblox forced a while ago, so I just add a new boolean attribute to the workspace and name it RbxLegacyAnimationBlending and make it true which seems to fix some of the problems.