AutoAssignable (Property)
From Legacy Roblox Wiki
Jump to navigationJump to search
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