I would like to remove the player list leaderboard because I have a custom one made
1 Like
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!
4 Likes