Default leaderboard

(pretty sure this is in the right category)
Hello I’m just asking if it is possible to change the default leaderboard
leaderboard
I would like to know if i can change “1M” to “1,000,000” or whatever number it is
output
in this case “1017402”
Please and Thankyou

1 Like

Nope. Because if you had 50B Obboins it would be annoying to say 55,000,000,000. It would be easier to say 10e+5. It will say 1M no matter what.

1 Like

You cannot edit core-scripts. You’ll need to create your own one.

Or, you could create a function that does this, and have a StringValue instead of a Number/IntValue.
I do not recommend this though.

2 Likes

Maybe make a GUI that displays Obboins.

1 Like

I don’t think there is a way to do this currently, the old leaderboard was like this where it didn’t abbreviate numbers, but idk if you can change the new leaderboard amount to numbers, a solution is to put a gui counter for obboins

1 Like

As a @Syclya said , you have no permission to edit Core-Gui.

But. You can disable the Pre-defined CoreGui and make a custom LeaderStats table. In it, you can already add full numbers without any abbreviations.
This video explains how to customize/disable CoreGui. Here is a Link.

If you want to learn more about CoreGui’s features, here is additional information on the Deveгloper Hub.
I hope this helps you :wink:

1 Like