CreateTeam

Function of: Leaderboard
Returns: Void
Tags:  static

Creates a new team with the given name and color

Parameters
Name Type Description
teamNameStringThe name of the team
teamColorPartColorThe color of the team
Example
Leaderboard.CreateTeam(String teamName,
PartColor teamColor
)