I tried searching for performant ways to detect each key stroke but couldn’t find a solution. Any help/feedback is helpful!
you can check for when the value of the text changed via .Changed or :GetPropertyChangedSignal(‘Text’), i prefer getprop but you can do either.
4 Likes
Oh wow, I didn’t realize we could use :GetPropertyChangedSignal() on UI elements. Thank you!
1 Like
I’m pretty sure you can use it on any instances that has a property.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.