Problema con las animaciones y herramienta

Hello developers, lately I had a problem with an animation and a tool.
when the tool is activated it works fine but the hand holding the tool (right hand)
It doesn’t move, it’s as if it stayed anchored and in the animation I moved both arms, I don’t understand what’s happening. who can help me thanks
details

  1. the tool is not anchored
  2. the animation moves both arms
  3. the arm that does not have the tool ( left ) if it moves
    if you can help me please and thank you.

Have you tried setting the AnimationPriority higher for the track or the animation?

1 Like

thanks… but where do I configure it

There are two ways to set a priority to an animation:

1. Through the script

local animationTrack = Humanoid:LoadAnimation(...)
animationTrack.Priority = Enum.AnimationPriority.Action4

2. Through the exported animation properties
image
image

OR

(If you use Roblox’s animation plugin)
image

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