How do I prevent my timer from resetting when executed multiple times?

(post deleted by author)

You can’t. It’s a single source.

Put the timer in the controller (server side). Have it call an event in the GM.

(post deleted by author)

Thanks!
I put this into my controller and it worked :slight_smile:

Replace the Delay with a Set Timer by Event.

And this has to be all server side.

Everything seems to be working as expected now.
Character BP:


Controller BP:

Gamemode BP:

You can’t. It’s a single source.

Put the timer in the controller (server side). Have it call an event in the GM.