Currency Change

Read this article if you would like to change script currency from USD to your custom.

Useful Article

MainConfig.lua

Config.CurrencySettings = {
    -- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
    currency = "USD",
    style = "currency",
    format = "en-US"
}

Last updated