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

How can I make this script hide all stats and only show player names? Can someone please help me?

Asked by 5 years ago
Edited 5 years ago

Okay so I got this script that is supposed to hide the leaderboard and only show the persons name. But I wanted to make it so that it will hide the stats but still show everyones names. If you are wondering why I would want to hide the stats it is because I made a ScreenGUI for them and wanted the leaderboard to only show the names of all the players connected.

print("Removed Player list!")
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
game.Workspace["Hide Playerlist"]:Destroy()
0
So don't create leaderstats? NiniBlackJackQc 1562 — 5y
0
with leaderstats, u simply can't DeceptiveCaster 3761 — 5y
0
Oh really? Do you know a script that would add values to the ScreenGui? diablotoken 6 — 5y

1 answer

Log in to vote
0
Answered by
birds3345 177
5 years ago

Well... this is simple, just rename the "leaderstats" to something else like stats.

Ad

Answer this question