Hello! I made a script that needs to check if a TextBox’s Text and number are the same. My goal is to get make it so when a character is typed, a script gets notified and changes the Text in the properties tab to be what is typed.
Problem: However, when you type or click off the box, the Text section is properties doesn’t change. While there are solutions like this one, these don’t seem to work on a SurfaceGUI, but rather a screenGUI.
’Attempts’: So far, I’ve tried adding a script under the TextBox with scripts in the previously linked problem, but I haven’t gotten anything to work yet.
Is there a certain GetPropertyChangedSignal for SurfaceGUIs that I haven’t discovered?
Thanks.