We all know those games that add fake players to the playerlist and even the escape menu. Hypothetically could you do the reverse of this and remove a certain player from both playerlists and menu?
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
You can disable the entire player list specifically.
I am not 100% sure if this is still possible but, I think I do remember a system like this in an older version of Adonis Admin it may have been patched, if not this would be amazing for moderating system so the admins can stay in disguise
i mean a particular player not all and in the escape menu
That’s very simple, just call :Destroy() on the desired player (Player X) from the clients of other players, and Player X will be gone from their perspective. I’ve used this trick to spook some people in servers when they think they’re alone.
You’re referring to the :nil <player>
command? Yes, it does work, however, the player being sent to nil would not be able to interact or use GUIs and would essentially be stuck in “spectator mode”.
As an Adonis contributor I might update it with a new command that actually makes the player disappear from other players’ perspectives while still being there in the server.
You’d need to mess around with the CoreGui frames, that’s where you can remove a specific player from the list.
Not sure, I was pretty sure there was a command that just removed them from the leaderboard