Minimize the Leaderboard when the player joins

:wave: Hello,

image

Is there any way to hide the default leaderboard (shown above) without removing the chat / menu icons? I don’t want it gone, I just want it minimized (the same way it would minimize if you pressed the tab key)

(I can’t provide any code as I just need to know if this is possible & how to do it, I am not asking for anyone to write me a full script)

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

That’s too bad, thanks for the help though.