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
  1. Leaderboard.CreateTeam(String teamName,
  2. PartColor teamColor
  3. )