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

How To Remove a Player From The Player List?

Asked by
linx45 -1
5 years ago

So I'm working on this Horror Game and I'm Trying to make it where i don't appear on the Player List so i can scare people when they join my game. Is It even possible to do remove a player from the list? I've seen it done before in this one game but I'm not sure if its actually possible and not a .

0
I don't think it is unless, you create your own player list and remove yourself from that while hiding the core player list... I may be wrong but this is also another good way to go greatneil80 2647 — 5y
0
It's possible to remove yourself from the player list but set your character and move around that way (at least it was in the past, I haven't tested it in a while) Vulkarin 581 — 5y
0
Thats sorta what im looking for linx45 -1 — 5y

2 answers

Log in to vote
0
Answered by
JakyeRU 637 Moderation Voter
5 years ago
Edited 5 years ago

No. You can't. But you can hide Roblox Playerlist. You can create your own Playerlist if you want. Here is a LocalScript to hide the Roblox Playerlist. Insert it in StarterGui.

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

But they can still see if you're online if they press ESC.

0
Well thank you for that but it is possible because i saw it before, The person was online in a game but not in the list or the ESC linx45 -1 — 5y
0
thats not possible @ above green271 635 — 5y
Ad
Log in to vote
0
Answered by 5 years ago

I have a bot in my game that I wanted to be as realistic as possible, so I simply scripted a leaderboard that looks pretty much just like the default one, there for enabling me to edit anyone out, or put a fake player in. Since you are not asking on how to make a fake leaderboard I will not put any code here. But this is probably the best way to go about your problem.

0
I'm looking for the same thing, but I wanna know how to make a fake leaderboard, can you add code? ajcanadian 17 — 5y

Answer this question