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

How do I make it so you cant see the username list?

Asked by 10 years ago

I dont want the username list to be there at all is there a way to do that? And if there is a way than what do I do with the script? should I put it in a specific place?

2 answers

Log in to vote
0
Answered by 10 years ago

If you mean the PlayerList, then;

if game:FindService("StarterGui")then --If game finds service StartGui then
game:GetService("StarterGui"):SetCoreGuiEnabled("PlayerList",false) --Sets PlayerList into disabled mode
end --The end for the if statement

Hope this helped!

Ad
Log in to vote
0
Answered by 10 years ago

it tells you how on the wiki

Answer this question