@DaveTheCoder It just sets the value of a "money" float variable to the text of the label every frame. label.settext(str(money)) or something like that, i'm on my phone right now. I just need to know how to detect when the money variable changes (from code)> @DaveTheCoder said:
How does your script get the value to place in the label? That's one place to start.