How can i make the animation stop when i unequip the tool?

Hey Im wondering if you can stop the animation when you unequip the tool. If anyone can help I would appreciate it :slight_smile: Heres what it does.

Hi! Might need to move this to #help-and-feedback:scripting-support, and the response is below.

Tool.Unequipped:Connect(function()
Slash:Stop()
end)

Of course this is an example, you will need to edit it.

oh i did that early but it didnt work but i did it now and it works thanks