Team

Team : Instance

Properties

TeamColor

BrickColor

TeamColor is a property of the Specifies the team color of the team

Code Samples

Methods

Events

PlayerAdded

This event is triggered when a player is added to the team. It allows developers to execute custom logic or update the team status dynamically in response to the addition of a new player.

Parameters

Code Samples

PlayerRemoved

PlayerRemoved is triggered when a player is removed from the team. It allows developers to handle cleanup tasks, update team rosters, or perform any necessary actions when a player leaves a team.

Parameters

Code Samples

Last updated