How can I make Accurate Abbreviations on gui?

So I was making a GUI tracker for coins in my game, But there is a problem…
How would I make the UI use Abbreviations for example 1K,1M,1T,etc
I have never done that in any of my games, So I don’t know any solutions.
Here is my script.

Player.leaderstats.Coins.Changed:Connect(function()
	CoinsTrackerFrame.CoinsTrackerText.Text  = Player.leaderstats.Coins.Value
end)

image

2 Likes

So you can make a list of these numbers. There is already a post about this: look here