The problem you’re facing is that the Text variable is simply a string variable that has no association to its GUI object. You want to refer to the instance you’re modifying with code that resembles @dexanddeb’s reply. With that, you can change its .Text property and it’ll reflect properly.