Hey Im wondering if you can stop the animation when you unequip the tool. If anyone can help I would appreciate it 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