I'm trying to reset parts to default when a team is empty, but don't know how to detect empty teams. I couldn't find any topics on this anywhere, so I figured I'd ask.
Simply do this:
local team = game.Teams.TeamName if #team:GetPlayers() < 1 then --Do stuff end