Ingame Badges Next to name

Hello, I was wondering if there is a way to set the Membership Icon in the CoreGui.

More info

Can you set the badge that is put next to the owner of the game or a Roblox admin.

Images


Example made in studio

If not is there a way to hook an image on-top of the CoreGui or would it be Pushed behind the CoreGui?

Thanks

Sorry If the wording is difficult to read.

you can’t adjust the coregui only turn it on or off (from that i’m aware of). you could as an alternative make a custom playerlist in the style preference you’d like (or similar to the roblox one) and create custom badges or use the roblox ones.

1 Like

You could get the leaderboard’s core gui script, and then edit it to your liking and then just make a screengui call it playerlist and put the local script in there.

( not sure if this works anymore, worked for me with the old roblox leaderboard )

How doe you disable the old player list then?

Or do you need to disable the top bar?

this should be useful to disable the coregui playerlist.

Enum: Enum.CoreGuiType.PlayerList

1 Like

For some reason that didn’t work but the script ran

This is the script:

wait(0.01)
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
print(“coregui disabled”)

The Playerlist didn’t disable but it did print “coregui disabled”

It also worked when i ran it in the Command Bar.

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

Make sure its a local script and its in startergui