SetPlayerTeam

Function of: Leaderboard
Returns: Void
Tags:  static

Sets the team of the player

Parameters
Name Type Description
playerPlayerThe player whose team to change
teamNameStringThe name of the team to change to
Example
Leaderboard.SetPlayerTeam(Player player,
String teamName
)