AutoColorCharacters (Property)

From Legacy Roblox Wiki
Revision as of 21:38, 27 December 2010 by >Camoy
Jump to navigationJump to search
AutoColorCharacters
Property Bool 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.