How Can I Go About To Make A Button Disappear When It Detects that A text Has Changed?

Hello Devs, I am making a system in that when you click on a button let’s call this button ChangeBtn the text of a text label So I Want for the script to always be checking if the text of this certain text label has changed. If Anyone has any suggestions as I am not familiar with the
.Changed function. Thanks For Reading!

Never tried it but GetAttributeChangedSignal(“Text”) might work.

Try GetPropertyChangedSignal("Text"):Connect ...

That’s for attributes, not properties.

1 Like