how to set player's color?
EDIT:
EDIT:
local color1 = pPlayer:GetPlayerColor();
local color2 = pPlayer2:GetPlayerColor();
PreGame.SetPlayerColor(player_ID,color2);
PreGame.SetPlayerColor(player2_ID,color1);