Help with tool animations

Hello, I have encountered a small issue while attempting to use animations with tools. The problem is that whenever the sprinting animation is in use the arms for the tools fling around which makes it look weird (see video) Please let me know what exactly I need to change/fix to have the idle tool animation play like normal instead of being flung around

Thank you for your time and have a nice day!

1 Like

This could most likely be caused by the weapon script changing the hands position manually rather than having its own animation for hands.

For the gun’s idle animation, it should be one higher priority than the walking and standing idle animations. So, from what I see, the walking and standing/idle animation should be on Core and the gun idle animation should be on Idle.

It seems like its because the animations are overlapping. Stop the idle animation with the tool when the player starts running or moving.

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