How To Add Animations To Tools?

Hello, I am not that well at coding and have been starting to get into it. I do not know how to add animations to tools so can someone help me?

4 Likes

First make the animations, then in your tool script do local animation = Humanoid:LoadAnimation(“rbxassetid://put your animation id here”)

Then you can just call animation:Play() whenever you want the animation to play

Could you please explain more?

put your animation in a replicated storage and then play it when sending an action to a server

1 Like

Hey guys, I figured it out actually! Thank you.

1 Like

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