Need all players to teleport

how do i make it so that you need all of the players in one spot in order to teleport

1 Like

Please put this in help.

You can use a relay. If you wanted everyone to teleport to the spot when you press a button, wire the button to the relay. set the relay to all players. Make it when relayed, teleport player here. Everyone will teleport there because the relay was set to all players.

If you know how many players you have, just make a zone connected to a counter; player enters zone => increment counter; counter target reached => relay all players => teleport to target;
You can find the number of players with a simple zone over the whole map and a counter.

2 Likes

I don’t think that is what they want..
Use a live player counter:

Put a zone in the area, player enter zone-counter increment, link property to counter, when property=player count, relay-all players-teleport here

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.