
Hello everyone! I would like to create a leaderboard of this style (Image), but I don’t know how, could someone explain it to me?

Hello everyone! I would like to create a leaderboard of this style (Image), but I don’t know how, could someone explain it to me?
This is pretty difficult. I never did it but I think how you do it is you disable the basic leaderboard (Disabling Default UI Elements | Documentation - Roblox Creator Hub) and then make the gui and code everything yourself.
ive tried this before, i only struggled with the ui design, but its kind of like a ui library kind of sitation
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)