Hello, I am making a money system for a Wild west based game. Since the game will take place in the late 1800’s, change (cents) will be used quite frequently.
However when I use cents, It gives me this weird looking number. (Top most number)
I want to add a zero to the .5, so it looks something like 20.50 instead of what it looks like now, Any suggestions on how to do this will be helpful.
Well, Just saying… You could just do just append a zero to it (string. .“0”). However I’m not sure if there’s an actual math function that adds a zero(I have not bothered to fully read all the math functions there are for Lua.