Leaderboard disable script not working

I have this code: game.StarterGui:SetCore(Enum.CoreGuiType.PlayerList, false) in a local script in StarterGUI but it doesn’t work. How do I fix it? I want it to completely disable the playerlist toggled by pressing tab.

Wrong function.

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.