Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make a Team hidden?

Asked by 10 years ago

I am trying to make the team, "Undecided", hidden from other teams on the leaderboard. So say I was on Red Team, I could not see the Undecided team. But if I was on Undecided team, I could see all teams. Is there a way to do this?

1 answer

Log in to vote
0
Answered by
Tesouro 407 Moderation Voter
10 years ago

I don't think it's possible to hide only one team, but you can't hide the whole leaderboard/player list: http://wiki.roblox.com/index.php?title=SetCoreGuiEnabled

game.StarterGui:SetCoreGuiEnabled("PlayerList ", false)
-- in a local script
0
Ok, thanks! AwsomeSpongebob 350 — 10y
0
yw Tesouro 407 — 10y
Ad

Answer this question