Roblox player list/menu remove

Hey my problem is I have made a script that made the player list hidden/invisible but becuse of roblox update with the new player list/menu it will not work anymore, is there a new way to do it or do I need a new script?

Please let me know how I can remove it.

You can just do the normal and it’s going to work

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

Or you can hide whole topbar

pcall(function()
game:GetService("StarterGui"):SetCore("TopbarEnabled", false)
end)

This will work, exchange that you have a script making the player list visible.

2 Likes

Please do not mark your own post as the solution if it did not solve the problem. This is misleading as it implies you have found a solution to your problem when you have not.


Anyways, I am not sure what you mean? StarterGui::SetCoreGuiEnabled still works. The top bar might not work anymore but because the new one completely removes it.

1 Like

I am sorry I thought it was allowed as one of my friends does this. So I thought it was allowed.

Thanks for the help. :slight_smile:

What do you mean top bar might not work, they’re changing it?

Looks like leaderboard and player list are gonna be toggled via that little arrow on the right.

1 Like