I am making a team for moderators in my game, can you make the team not show up on the leader boars?
This is what I have right now:
Leaderboard:
1 | Red |
2 |
3 | Blue |
4 |
5 | Admins |
I want it to be:
1 | Red |
2 |
3 | Blue |
But still have the team, is it possible?
this is not possible to pinpoint a team being invisible, however you can disable the player list and no teams will show up. This is usually done from a local script in starter gui:
local StarterGui = game:GetService("StarterGui") StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)