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

How can I remove players nametags in the playerlist?

Asked by 5 years ago

Is it possible to remove player nametags in the playerlist? (Just a simple question lol)

0
You meant by not showing them in the playerlist? piRadians 297 — 5y
0
No It will show the playerlist but not your own name so what I mean is like the player list says your name and then some random dude his name. And you got a script that will remove your name so it looks like the random dude is only in game DaSonicRules 13 — 5y
0
You can't without corescripts Rare_tendo 3000 — 5y
0
oh DaSonicRules 13 — 5y
View all comments (2 more)
0
Not sure if you can do that, but you can definitely make the player list invisible piRadians 297 — 5y
0
I'll just do that thanks DaSonicRules 13 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

You really cant but there is a way to remove it (place the script in startergui)

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
Ad

Answer this question