Best way to change animations for tools

So, I’ve got different tools in my game, and I want to change the idle, walking, and running animations depending on which tool is equipped. I tried changing the animations when you equip a tool, but it only works when you start moving. I also tried LoadAnimation , but it just plays the new animation without stopping. Whats the best way of doing it?

1 Like