How to get rid of the holding tool animation

Is there a way to get rid of the default holding tool animation?

You need to add an animation and play it when the tool is equipped.

You can follow these instructions:

  • playtest the game
  • copy the “Animate” script under your character
  • stop the game
  • paste the script into StarterCharacterScripts
  • comment out lines 718 through 740 (you can do this quickly by selecting the lines and using CTRL + /)

It should go from this:

To this:

3 Likes

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