TeamColor (Property): Difference between revisions
>BlueTaslem No edit summary |
>BlueTaslem No edit summary |
(No difference)
|
Revision as of 13:45, 21 June 2010
The TeamColor property are a member of Player, Team, and SpawnLocation objects. TeamColor is a BrickColor value for all three objects.
In SpawnLocations
If the Neutral property of the SpawnLocation is not set as true, then only players with the same TeamColor as the SpawnLocatoin's TeamColor will be able to spawn there.
In Teams
A Team's most important value is it's TeamColor, which decides the color of the Team. A Player with the same TeamColor as a Team will appear in the list of players on that team, and have their name shown in that color in the chat list.
In Players
If the Neutral property of the Player is not set as true, then the player will spawn only at SpawnLocations with the same TeamColor as they have. If the TeamColor of the Player does not match any existing Team in the Teams Service, then the player will NOT show up in the leaderboard, and their name will appear as black in the chat area.
|