AutoColorCharacters (Property)
From Legacy Roblox Wiki
AutoColorCharacters | |
Property | Boolean AutoColorCharacters |
Description | A value that sets whether players on the team wear the team colors automatically. |
Member of | Team |
Example
game:GetService( "Teams" ).Team.AutoColorCharacters = false -- This causes the players' character's colors to stay the same
game:GetService( "Teams" ).Team.AutoColorCharacters = true -- 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.