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?
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)