Okay so I got this script that is supposed to hide the leaderboard and only show the persons name. But I wanted to make it so that it will hide the stats but still show everyones names. If you are wondering why I would want to hide the stats it is because I made a ScreenGUI for them and wanted the leaderboard to only show the names of all the players connected.
print("Removed Player list!") game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) game.Workspace["Hide Playerlist"]:Destroy()
Well... this is simple, just rename the "leaderstats" to something else like stats.