I am making a duos BR game, and have teams of two. How do I make it so that when one duo is left, the game ends?
Thanks in Advance!
I am making a duos BR game, and have teams of two. How do I make it so that when one duo is left, the game ends?
Thanks in Advance!
I’m trying to make it so that when one team is left, the game ends.
When a player dies, it checks what team they are on. Then, it sets the property that keeps track of the number of team members in that team down one. Then, when the property is 0, it checks whether to end the game or not by checking if all of the other teams are set to 0. If so, it gives the winning team members an item and then ends the game.
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.