AutoColorCharacters (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
No edit summary
>Camoy
No edit summary
(No difference)

Revision as of 21:39, 27 December 2010

AutoColorCharacters
Property Bool AutoColorCharacters
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