So Im attempting to display the value of a variable (that I have already made global in my project) on this label node. But I keep getting the same error of, "Invalid assignment of property or key 'text' with value of type 'String' on a base object of type 'null instance'".
So i did this, but the text itself wont change within the game, I checked to make sure the guh_amount was changing by printing out its value every time i click it, and it is working.