How do I make time activated gates?

What are you trying to do exactly? You said cooldown right? I mean, you can easily just put some bool logic into it. state machines whatever.

If you want a cooldown, you can either use a delay or a timer. and reset the timer after the ability is down.