#tool cooldown
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
i wanna add a one second cooldown to this move, the problem is that since its a tool.activated if i try to add a debounce to it it gets overwritten if i just click on the tool again, does anybody know how to implement this?
Use task.delay
put the debounce outside of the activated function