Is it possible to get rid of your name on the playerlist? If so please help

Remove your name off the player list

I am trying to get rid of my name off the player list. Please help.

My issue with doing this is I am not that great of a scripter, because I am mostly a builder.

I have been thinking that maybe you need to make a custom playerlist and then some how customize it to where I do not appear there. I do know how to make a custom player list already, but I am not sure if you are able keep the playerlist the same way. That is a preference that would be needed, but if I need to I would use a custom player list. Thank you in advanced :smiley:

You cannot edit core gui only remove it. So you would need to create a custom player list. It would be nice if you were able to edit core gui’s.

1 Like

Its actually possible ish.

Simply go into CoreGui copy the leaderboard gui.
Disable the roblox Default leaderboard
Example:

game.Players.PlayerAdded:Connect(function(player)
if player.Name == "ROBLOX" then
print("no no dont add")
else
local gui = script.plr:Clone()
gui.TextLabel.Text = player.Name
gui.Parent = game.StarterGui.Leaderboard.PlayersList
for i,v inpairs(game.Players:GetPlayers)
local gui2 = script.plr:Clone()
gui2.TextLabel.Text = player.Name
gui2.Parent = v.PlayerGui.Leaderboard.PlayersList
end
end
end

(varribles such as LeaderBoard, TextLabel are just random it will be differnt)
Pretty much you copied roblox default leaderboard and you can block it from adding specific players to it.

Thank you for the feedback I will try my best and use my custom player list to do so.

How do you do that? Is it hard.

This link is to a YouTube Tutorial.

I am not sure how to create a custom Player List but it is show in this Tutorial. I know for a fact its possible to disable it.

1 Like

I am almost sure it would be easier to make a custom gui and do it, but maybe DrxpLoxs knows something. I would love to know if you can edit core gui. How do you do it?

Thank you I will check it out.:smiley:

No It’s not hard, I can actually script it for you real quick. and send you the .rbxm

Same thing I would really love to know, because to me it is confusing.

Anytime. Im not a professional at scripting but i’ll help where I can. :grinning:

Please do it would be greatly appreciated.

I’ll take like 5-15 minutes to script it.

Okay even if you want my discord is: luqkyy#0888.

Have you finished or do you need more time?

Finished, anyone can take the model here to use in there command I revamped it so premium icons, etc commands to !hide and !show it.

6 Likes

Thank you so much I wish you a great day. This community is absolutely great!

2 Likes

All this just for us! Very generous, Thank you!

No problem on all scripting support (my expertise at) I strive my best to help users with there problems such as creating them models, and scripts and extra support for 100% Free, I generally like helping the ROBLOX Community and others.

1 Like

theres a bug, I’m quickly patching!

1 Like