I was wondering how would I create a cooldown to prevent people from spamming the button. I tried this timer1.Interval = 60000; // time is milliseconds lol timer1.Start();