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)