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:
Red Blue Admins
I want it to be:
Red 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)