Match delay

Hi, a little bit more Information about what exactly your trying to achieve would be nice. For Example if you want the players to stay in place (not moving around not firing) you could do something like that.

And when firing you can check if DisableAction? is True and only continue when its False.

288910-sol2.png

But if you want the players to be able to move around, you could place four collision boxes around the spawn place and set a timer to destroy them after 2min so the players would be able to move around in this area.