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

Whats the script for the Picture next to your name on the leaderboard?

Asked by
oGxbe 0
10 years ago

I really want to know so I can do this for my group. Like the roblox Admins have a photo next to their name to their name like Games or the other Admin that looks like Games has a troll Monster next to his

0
Please edit your post to clarify what you are actually asking. User#11893 186 — 10y

2 answers

Log in to vote
0
Answered by 10 years ago

add a gui into StarterGUI and into the GUI add a localscript and add

game:GetService("StarterGui"):SetCoreGuiEnabled("PlayerList", false) -- Ctrl+F "API DOCS" to get the docs
ADMINS =
{
    namehere = "http://www.roblox.com/asset?id=assetid",--get the asset id by -1 from the last number of id of decal if 0 then turn 0 into 9 and 1 before 0 into -1

}

ADMIN_ICON_WIDTHS = {
    namehere = 30   
end

change the name heres to your username

0
It didnt work. oGxbe 0 — 10y
Ad
Log in to vote
-1
Answered by 10 years ago

http://web.roblox.com/Custom-Player-List-Chat-Gui-BIG-UPDATE-item?id=133886770

Answer this question