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

How to get core leaderboard GUI?

Asked by 5 years ago

I want to do some editing on the core leaderboard GUI for my game, how would I get the core GUI script so I can do edits on it?

0
Core stuff is documented here: https://github.com/Roblox/Core-Scripts, I don't know whether or not the leaderboard is documented. If it has documentation, this is where you would find it. SummerEquinox 643 — 5y

1 answer

Log in to vote
0
Answered by
joeldes 201 Moderation Voter
5 years ago
Edited 5 years ago

I'm going off on a limb here and assuming that you want to modify the look of the scoreboard.

Honestly, if you are attempting to do this, I would advise that you create a custom scoreboard. With this technique you receive much more control over the stats displayed and how they are displayed.

To do this you would just disable that part of the CoreGUI and then implement your own Ui.


If you liked my answer then mark it as right and up vote. I'm tryin to get me some rep points.

Ad

Answer this question