I would like to remove the player list leaderboard because I have a custom one made
Hey! To my understanding, you’re referring to the CoreGui (default) Roblox leaderboard, correct?
You can do so pretty easily with the following line:
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
You can learn more about SetCoreGuiEnabled here!
35 Likes
I tried this for my game but it didn’t do anything at all. my code is exactly the same, word for word in a localscript in starterGUI.
try putting it in starter player scripts or replicated first
1 Like
i am 6 months late and you’ve probably solved this issue, but for people who will come here in the future, go to starterplayer in explorer, click starterplayerscripts, insert a local script, and copy the line @alphadoggy111 posted.
1 Like