Annexsohn
(Annexsohn)
#1
How can I make it so it has commas in the Coin leaderstat GUI?
There is my current script that I am using inside the Text, if you know how to do this, any help is appreciated!
script.Parent.Text = " "..Coins.Value
Coins.Changed:connect(function()
script.Parent.Text = " "..Coins.Value
end)
Reditect
(Reditect)
#2
This might help: How would i make a large number have commas?
Also Roblox Hub article thing about string patterns: String Patterns
Annexsohn
(Annexsohn)
#3
Would I put their script under where I have mine?