Been looking through the forums and couldn't find what I was looking for. What I want to do is create a gui that shows the players current money. I already know how to set up the events and variables to disp the number and it works but just as a regular number. For example the player starts with 500, and it shows just that. I want it to show $500.00. I use NGUI for my GUI elements, so does anyone have a idea how to convert 500 to $500.00? Thanks.