If you attempt to change the players team via player.Team
and they have the same TeamColor
it will not change the value of player.Team
.
What happens when the teams have the same TeamColor
value.
What happens when the teams have different TeamColor
values.
Reference to a previous report on the matter that was never resolved
Expected behavior
Setting Player.Team
should always switch the player’s team, regardless of TeamColor
.