connect a counter to a zone, and then make it target number on checker, once target is reached, send a single to start game, I think, I’m not the brightest tho
Use the live player counter and make that counter update a property, then wire the zone to a second counter and make that counter update a second property. Now wire a lifecycle to a repeating trigger, and make that trigger check in the first property equals the second, then make it broadcast on a channel to start the game.
Do you need an image for the block code?
Have a zone wired to a counter with the target value of how many players are needed. Then wire the counter to whatever your using to start the game like a teleporter.