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

How would I make a "logo" beside a player name?

Asked by 9 years ago

I've seen this at VS Fort Vulcan, and I was wondering how they did it. I'm trying to make a script where a picture/logo replaces the Membership emblem beside the player name on the leaderboard. Does anyone know how I could start this or what to use/do?

2 answers

Log in to vote
2
Answered by
25564 200 Moderation Voter
9 years ago

You cannot modify the CoreGui Leadboard, however you can hide it by using this snippet of code then create a fake but similar looking GUI to replace it like what was done at CS Fort Vulcan. This custom Leaderboard will give full customization.

This in a local script to disable the Core Guis

game.StarterGui:SetCoreGuiEnabled("All", false)
0
Ohh. Alright, that's what I originally thought. Thank you! Devotional 210 — 9y
Ad
Log in to vote
0
Answered by
monkzx 0
9 years ago

waaaaaaaaaaaaaaaaaaat

Answer this question