My punch tool only activates once

Hi, I made a tool that has a right punch and a left punch. And after changing something with the debounce in the script it stopped working only playing that animation once.

Heres my script:

1 Like

The script stopped because the debounce is never set to false meaning the script won’t run.
Change the last line to make the debounce to false instead of true

1 Like

Im pissed that it was that simple

1 Like

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