Team
Enumeration that represents the different teams in the game.
Values
| Neutral [0] | The Neutral team |
| Red [1] | The Red team |
| Blue [2] | The Blue team |
| Green [3] | The Green team |
| Yellow [4] | The Yellow team |
| Orange [5] | The Orange team |
| Purple [6] | The Purple team |
| Beige [7] | The Beige team |
| Coral [8] | The Coral team |
Examples
local neutralTeam = Team.Neutral;
local coralTeam = Team.Coral;
local orangeTeam = Team.Orange;