CreateTeam
Function of: Leaderboard
Returns: Void
Tags: static
Creates a new team with the given name and color
Parameters
| Name | Type | Description |
|---|---|---|
| teamName | String | The name of the team |
| teamColor | PartColor | The color of the team |
Example
Leaderboard.CreateTeam(String teamName, PartColor teamColor )