I’m making a health bar. I have set up so whenever I get hit the var health : int subtracts by 1. It does that. It just doesn’t do that with a guiText because it can’t “convert” the int to a guitext. How do I do that?
guiText.text = health.ToString();
–Eric