How do I make a textbox display how much health I have?
Develop games in your browser. Powerful, performant & highly capable.
assuming you have a 'health' variable on your character sprite, you can do it like this
Every tick > Set Textbox to 'charactersprite'.health
of course replace the 'charactersprite' with the name of your actual sprite
tick?
System Every tick, as the event