I'm trying to make a number-based health bar. Basically, I want the variable number to show up as text on the screen.
Example:
If the variable "hp" equals 106, the text would read "106" on the screen.
This would also have to support decimals, so please let me know if that will be a problem or not.