how to make when all players are in zone the game ends
slightly difficult one
you’re gonna need to count the amount of players in a game
then you need to make a property increase by 1 every time a player enters the zone, and decrease when a player exits
then make the game end when the property is = to the amount of players
how do i make a property?
property device.
also for player counting, put it in the search bar.
could you like screenshot it?
my brain cant comprehend that…
Have a counter, a zone, and a lifecycle. Have the counter increase to a certain number by when people enter a zone, then when it hits a certain number, lifecycle ends the game.
Actually, there may be some block code with this to get how many players are in game. I just need to figure out how to make that the counters target… I can’t work on this now, but I will try to work on this later today.
Nvm, solution picked.
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.