Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there a way to see when a text boxes text is changed?

Asked by 5 years ago

Is there a function to see when a text boxes text is changed?

1 answer

Log in to vote
2
Answered by 5 years ago
1textbox.Changed:Connect(function(changed)
2    --Code here
3end)
0
Thanks zandefear4 90 — 5y
0
What is the (changed) for? zandefear4 90 — 5y
0
Apologies for the late response, changed is a string of what property was changed. Utter_Incompetence 856 — 5y
Ad

Answer this question