How can I remove the leaderboard

I would like to remove the player list leaderboard because I have a custom one made

4 Likes

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!

23 Likes