Is there a way to set a players team to no team?

I tried setting the players team to nil and it did nothing so

You should probably just change it to neutral

The only way I’m aware of (and I’m pretty sure the only way) is setting player.Neutral to true.

But that creates a separate team named “Neutral” automatically, and I doubt you want that.


I would personally create a separate team, like Doomspire, named depending on the game context. Like “spectator” or “eliminated” and setting their team to that.

Kind of odd why roblox wouldnt make a option to set their team to no team lol but alr ill figure something out

1 Like

Because that logically would not make sense, even if setting it to “No team” it will just look like a team

1 Like

I kinda agree, but that is the purpose of the neutral property. It is to be no team at all, but it’s really it’s own separate team. It’s likely due to how the leaderboard is. It’d look like they’re on a team when they’re not.

Yep you explained it better than me.

It would look like “No team” was just another team due to the nature of how teams visually are represented in the leaderboard

1 Like

So if i set nuetral to true and i print the players team will it just return nil

1 Like

Nope. It will return the player’s team as neutral I believe. I’ve never done so, but I’m pretty sure it will print out “neutral”

1 Like

Okay thanks for the help with this!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.