Giving each player a unique ID for the session

Well you’re also new to coding then I guess, map keys are on the left side, which could lead to this usage

if(RandomPlayer <> BunkerPlayers[RandomPlayerTeam]):
    Print("RandomPlayer is not the previous bunker player or smth")

Not sure it’s the ideal solution, the array seem better imo, so that players can swap teams too