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

How do you hide the ROBLOX Playerlist?

Asked by
nilVector 812 Moderation Voter
10 years ago

I've seen many places use this feature, and I decided I wanted to create a script myself on hiding the ROBLOX core GUI. The problem is I do not know how to even get started with it. How would I start off the script to hide the ROBLOX playerlist?

Thanks in advance.

2 answers

Log in to vote
2
Answered by
Mr1Vgy 30
10 years ago

Do this:

game.StarterGui:SetCoreGuiEnabled("PlayerList", false)--sets playerlist to off

Put this in a local script^

0
Thank you very much! nilVector 812 — 10y
Ad
Log in to vote
0
Answered by
TofuBytes 500 Moderation Voter
10 years ago
PlayerList = false 

game.StarterGui:SetCoreGuiEnabled(0,PlayerList)

**Script must be a localscript and placed into your StarterGui

Answer this question