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

Hiding the leaderbaord. Any help?

Asked by 8 years ago

Is there a way of hiding a player's leaderboard without removing a tool's pictures [Backpack]. I had this script that hid/removed the leaderboard, but if you had a weapon in a player's backpack, it would not show it for the player to equip.

0
In a LocalScript insert this script. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) This script should not remove tool icons, but this could be a bug, incorrect asset link, or another script. M39a9am3R 3210 — 8y

1 answer

Log in to vote
2
Answered by 8 years ago
game:GetService('StarterGui'):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList,false) -- disables playerlist
Ad

Answer this question