so, I want a script that will make it so that when I equip a tool, the animations will change(depending on the tool) because I'm relatively new to scripting, I don't know how to do that. it would be very nice if those reading this could lend me a hand(or some code) thanks!
in the tool, add an animation. Set the animation ID to whatever animation you want it to be, and give it a name like Unsheath
then add a local script, put it in the tool.
in the local script, make it so that when it gets equip, it will Load "Unsheath", using the Animator (inside the player's humanoid), then right away play the animation. The first time the animation plays, it will lag a bit, but then it will play the animation like normal afterwards.
because this is a helping website and not a script request site, no code here. If you wanna learn some coding, you can go to The Roblox API Reference Manual for some tips.