#HOW DO I MAKE A COOLDOWN!?

9 messages · Page 1 of 1 (latest)

tardy folio
#

youre not adding a debounce

wooden pendant
#

wdym

vestal yacht
#
if not debounce then
    debounce = true
else
    return
end

-- code...

task.wait(--[[duration]])

debounce = false
tardy folio
#

youre not putting debounce = true so its always gonna have no cooldown

#

^

wooden pendant
#

if not debounce then
debounce = true

#

i gotta replace that with

#

if debounce == false then

#

debounce = true