I’m making a Smash Bros style map and want to make different game modes. I want to have some game modes that switch players into even teams, and a button to cause this to happen. I want the option to split players into 2 teams or 4 teams. How can I do all this?
If they’re on the same team, they won’t be able to attack each other. If they end up in different teams, they won’t be even because it would be randomized.
so @Michaelbob you need to be able to split the lobby in 4 parts?
ok, so basically use a live player counter, set the number of live player to a property, divide it by four, then make 4 team switchers, then trigger that team switchers the amount of times in that property
In theory, couldn’t you attach it to a counter and then have the 4 things just switch, reducing the number by one each time. You could use channels for the whole process of setting the switchers off in order until the counter reaches zero and stops the process.