I know this line of code should turn off everything.
game.StarterGui:SetCoreGuiEnabled("All",false)
But I need Roblox's leaderboards not Everything, Any Help?
If I'm correct, you mean the player list in the top right hand corner
You'd want to use the Player list Enum: http://wiki.roblox.com/index.php?title=CoreGuiType
Just an idea: what if you changed All to Leaderboard? I have no clue either.