Animation wont play properly

Animation wont play properly

editor:
image
ingame:
image

also, the sword is rigged into the arm

basically what happens is the sword won’t play it animation

probably because of the roblox’s new animation update that broke every game, please add an attribute called RbxLegacyAnimationBlending in workspace and make it true


I wonder is this what you mean but it doesn’t work

1 Like

In your animation playing script make sure you have set the AnimationPriority to Action. Like this:

local anim = "your animation here"
anim.Priority = Enum.AnimationPriority.Action

All other priorities will play a watered-down version of your animation because the Idle priority has a higher priority.

Their priority is already set at Action so I don’t understand what is happening.


also, I found out that this animation works fine I just repositioned the sword


but this animation I think is pretty much the same but the sword won’t move in-game.

sorry for the very late reply Im really busy I guess

I sorta got it to work now somehow by myself
I just remove easing and upload it, and it works fine. and then I add the easing again and it was working properly.

I was wondering if we have the same problem. Could you make a video and show me how to do that? Thank you!

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