Hello devs,
I have a simple script set up which prints the text that is inputted into it.
Every time the text changes, the script will print what the text is changed to.
However, whenever I change the text in the textbox, the script prints multiple times, even though the text only changed once.
Output:
.Changed fires every time some property of the textbox changes, be it AbsolutePosition, TextBounds, state changes (such as input), and so forth, as you can see by printing the modified property.