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:
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:
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
Im pissed that it was that simple
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.