AutoColorCharacters (Property)

From Legacy Roblox Wiki
Revision as of 03:53, 27 April 2023 by Realjame (talk | contribs) (Text replacement - "<code lua>" to "<SyntaxHighlight code="lua">")
Jump to navigationJump to search
AutoColorCharacters
Type bool
Description A value that sets whether players on the team wear the team colors automatically.
Member of Team


Example

This causes the players' character's colors to stay the same

game:GetService('Teams').Team.AutoColorCharacters = false

This causes the players' character's limbs to change to Black, their Heads to change to Bright Yellow, and their Torsoes to change to their TeamColor.

game:GetService('Teams').Team.AutoColorCharacters = true