If you notice when you remove a leaderboard like the ko and wo and there is still another one there with the teams how do I remove that one?
Look inside Explorer and scroll down. Is there a folder icon with the name 'Teams'? Remove the contents and it should remove the teams. If you want to remove the whole player list, this is what you would do: Insert a localscript in the StarterGui and put the lines:
local StarterGui = game:GetService('StarterGui') StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)