Currency Change
Read this article if you would like to change script currency from USD to your custom.
Last updated
Read this article if you would like to change script currency from USD to your custom.
Last updated
Config.CurrencySettings = {
-- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
currency = "USD",
style = "currency",
format = "en-US"
}