Disabling game interface - Teams should be invisible

As I want to make an SCP-like game, and I need to make that teams should be invisible, I cannot find any source on doing that.

I tried everything, from disabling the game interface to just, making random scripts, but it won’t turn off.
image
As you can see, I want the teams to disappear so you can be teamed with admin instead.
I would like some help, as this is impossible to turn off.

1 Like
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)

note: this code only work in localscript

1 Like