Godot Version
godot 4.3
Question
Invalid assignment of property or key ‘text’ with value of type ‘String’ on a base object of type ‘null instance’.
this is being returned when i run this code:
‘’‘func money_add(newmoney):
money += newmoney
$GUI/Balance.text = str(money)’‘’
the function is in an autoload and is called by instances that needs to update the players money
label in the gui before disappearing. The path should be correct as i have replaced it multiple times and not changed the location of it