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

How to remove someone from the ingame player list?

Asked by 5 years ago

How can i remove someone's name from the ingame player list? The :Destroy() option could work, but apparently it interferes with some of the core scripts.

0
kick them, or if you just want to hide them, you'll have to create a custom player list Gey4Jesus69 2705 — 5y
0
yeah i think you have to use a custom player list. I'm guessing this like invisible admin mode or something. I am not sure how it would be achoeved with the normal playe rlist tonyv537 95 — 5y
0
i have an example: https://www.youtube.com/watch?v=14JYTBF_QFA, Its an actual player and he/she can do anything a player can that is on the player list, though i'll just find out how to create a custom player list then. mossiesan 0 — 5y
0
Someone actually asked this yesterday, if you did a quick google search you would've been able to find it. SteamG00B 1633 — 5y
0
The ingame playerlist is in the COREGUI. You would have to remake the entire playerlist and disable the old one. EpicMetatableMoment 1444 — 5y

1 answer

Log in to vote
0
Answered by
Dr_0wn -16
5 years ago

You'd need to remove the list itself and create a new one

disabling it would be

game.StarterGui:SetCoreGuiEnabled("PlayerList", false)

i believe then you would be able to edit it since you can't configure it any other way, but the players showing in the esc menu would still be a problem.

Ad

Answer this question