For an added bonus, if you want to set your rupee counter up similar to how I had it in my old project, you can add or remove the leading zeros in the rupee script. Just open it and go down to line 65 in the script.
digits_text:set_text(string.format("%04d", money_displayed))
Change ("%04d") to (%01d")