Minimize the Leaderboard when the player joins

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)

It’s possible to remove the leaderboard permanently with this one liner however setting it to minimised doesn’t seem to currently be possible.

You’ll need a custom leaderboard to achieve this behavior.

3 Likes