Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How To Get Rid of the Leaderboard?

Asked by 9 years ago

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?

1 answer

Log in to vote
0
Answered by 9 years ago

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)
Ad

Answer this question