Godot Version
4.3
Question
im trying to make a health bar with a label but all the methods ive seen people use for example
$Label.text = str(Global.health)
it just says Invalid assignment of property or key ‘text’ with value of type ‘String’ on a base object of type ‘null instance’. anyone know why?