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

How to Turn off ROBLOX's Built in LeaderBoards???

Asked by
IcyEvil 260 Moderation Voter
9 years ago

I know this line of code should turn off everything.

game.StarterGui:SetCoreGuiEnabled("All",false)

But I need Roblox's leaderboards not Everything, Any Help?

2 answers

Log in to vote
1
Answered by 9 years ago

If I'm correct, you mean the player list in the top right hand corner

You'd want to use the Player list Enum: http://wiki.roblox.com/index.php?title=CoreGuiType

Ad
Log in to vote
0
Answered by 9 years ago

Just an idea: what if you changed All to Leaderboard? I have no clue either.

0
It was PlayerList But Nice Guess. IcyEvil 260 — 9y

Answer this question