Adding Damage to a Animation

So Far Threw Testing and Help From Devforums, I have a script that makes you play a katana slicing animation when clicking z and holding the katana. the script works how I want it to but it doesn’t have damage. is there a way I can add this to my pre existing script?

1 Like

There is no way for the local script handling the animation to also handle damage, you will have to have a server script handling the damage aspects of the tool.

You’ll have to make a server-sided script in the blade of the katana that activates and hurts whoever touches it, when an event for it is fired from the local script

ok thank you for the information