Teaming Saving Through Rounds

I have a zonewars map where on the first round you pick your teams and then the weapon everyone’s gonna use and then everyone gets teleported to their teams places, but the next round teams don’t save, how can I make the teams save through all 100 rounds

You will need to have some way to transfer information between rounds, Most common way is to give the players a class according to their team, and set it so classes dont reset every round, then every round they use some logic to set the player to the correct team based on their class.

There’s also some other alternatives like using items that you set to keep across rounds using the round manager device or verse persistence (Be careful with the last as it also transfers info cross sessions)