How do you remove the tool grip?

Hi! I am trying to make a tool that when you activate it, it plays an animation. I don’t want the typical tool grip like this to intefere with the animation, but im not sure how to remove it.

Could you please help me? I’ve tried in the tool grip editor program, and in the properties of the tool.
Thank you :smile:

Set the RequiresHandle to false on the tool. You will need to program your own physical object positioning should you want it.

1 Like

Have you set the Animation’s priority to Action? This will override other anims

1 Like

@chexburger @Spraden Thank you! I’ll try those :smile: