#Help with adding a break when click

3 messages · Page 1 of 1 (latest)

rough rapids
#

use debounce

wild echo
#

@rough rapids Where would I add that?

rough rapids
#

At the top of the script where there variables are add a variable called local debounce = false and then an if statement saying if debounce == true then return end and then where the cool down is put debounce = true and after the cooldown debounce = false