Before u look at it...IM NEW AT THIS. (<TeamColor> is not the name of the team)
game.Workspace.Players >= 4 do for _,v in pairs(game.Players:getChildren()) do local p = v[math.random(1, #v)]; p.TeamColor = BrickColor.new("<TeamColor>"); p:LoadCharacter(); p.Character.Torso.CFrame = (game.Workspace.Brick.CFrame + Vector3.new(0, 5, 0)); wait(300) end;