SetPlayerTeam
Function of: Leaderboard
Returns: Void
Tags: static
Sets the team of the player
Parameters
Name | Type | Description |
---|---|---|
player | Player | The player whose team to change |
teamName | String | The name of the team to change to |
Example
Leaderboard.SetPlayerTeam(Player player, String teamName )