AutoAssignable (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>LPGhatguy
No edit summary
>Mattchewy
No edit summary
Line 5: Line 5:
name                = AutoAssignable
name                = AutoAssignable
|property            = [[Bool]] Determines whether or not the team can be automatically joined.
|property            = [[Bool]] Determines whether or not the team can be automatically joined.
|description          = When true, players that join have a chance of being on that team. This all depends on how many players are in the other teams, however. The ROBLOX team system balances teams with players that join the game. If false, ROBLOX will not automatically assign players to the team. However, scripts can still cause players to join that team.
|description          = When true, Roblox will automatically add players to teams to try to even the teams out.
|object              = [[RBX.lua.Team (Object)|Team]]
|object              = [[RBX.lua.Team (Object)|Team]]
|}}</onlyinclude>
|}}</onlyinclude>

Revision as of 02:00, 27 August 2010

AutoAssignable
Property Bool Determines whether or not the team can be automatically joined.
Description When true, Roblox will automatically add players to teams to try to even the teams out.
Member of [[RBX.lua.Team (Object)|Team]]