How to Disable Leaderboard in Roblox Studio
SignalingCloud路6 months agoGo to the 'Explorer' panel, find 'StarterGui', and then delete or disable the 'Leaderboard' from there. That should do the trick!
Win Roblox gift cards by playing games on Playbite!
Playbite
500k winners and counting...
More Answers
Just set `StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)` in a script, and boom, leaderboard's gone.
The only thing you need to do is use the script `game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)`. Simple!
You can disable the leaderboard by locating the 'StarterPlayer' folder in Roblox Studio, then disabling the 'PlayerList' property. Easy peasy!
Disabling the leaderboard is super easy. Just put this line of code in a LocalScript: `game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)`.
馃憖 If you like Roblox...
Diego路3 hours agoThe brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.
People also want to know
Add an Answer