Cant Figure Out Game Mechanics Plz Help

I Have 2 teams and a spectator box with a minigame for the spectators tto play but cant seem to figure out how to get the round to end properly when all of team 1 or all of team 2 or dead even tho team 3 (spectators/minigame are still alive technically but not in the main game arena)

Hi there! I work on the UEFN documentation team. I’m looking into the issue you’re experiencing. I hope to have an answer for you shortly.

Hey! There are a few ways to solve this issue. Here are two possible options.

  • One method would be to use 2 Player Counter devices set to check if any players remain in your gameplay for team 1 and team 2 each time a player is sent to team 3. If at any point it fails to find any players from a team, you know there are none left therefore the other team won!

  • Score Manager - Have one for team 1 and team 2. For each player on a team, have respective score manager’s value increase. When a player is moved to team 3, decrease the score manager value tied to the team they were on previously. So the order would look like: Decrease Score Value → Move to team 3.

Once the Score Manager value reaches 0, you know that team has lost.