I have script here:
for _, player in ipairs(game.Players:GetPlayers()) do player.Team = game.Teams.Eliminating
But whenever, this function is run, it only affects one player and the rest are not affected why?
Where is the script placed Do you have filtering enabled on?