How do I Make a Button Cooldown?

How do I make it so when someone presses a button, they can't press it again for 3 seconds, then after 3 seconds, they can press the button again. I just want to make it so they can't spam the button.

Thanks!

Use clock component, set time interval to 3000ms

image

image

1 Like

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