AutoAssignable (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
No edit summary
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 02:34, 17 February 2012

AutoAssignable
Type bool
Description When true, Roblox will automatically add players to teams to try to even the teams out.
Member of Team
Example
local team = Instance.new( "Team", game:GetService( "Teams" ) )
team.Name = "Blue Falcons"
team.AutoAssignable = true