Leaderboard changes in Studio?

I usually hit play from the home menu to do a quick play test while I code and I noticed the leaderboard has changed. It not only looks different, but it is detached from the top. When I go to a test server, everything is normal. It is possible it has been like this for a while and I am completely blind, but does anyone know how to make it look like the normal game leaderboard? Thanks for the help!

-c

They recently updated the player list. If you’d want to get this off, you’d need to use the SetCoreGuiEnabled function of StarterGui to remove the PlayerList.

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

You’d have to remake the old game leaderboard, but maybe you could search through roblox’s core scripts on GitHub

2 Likes

Its because of the new update for the leaderboard. Changes to Player List Icons - #187 by VegetationBush

Thanks! I glanced for the changes, but must have missed them.

They recently rolled back to update, so there shouldn’t be a need for the steps @Raretendoblox suggested.

1 Like