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 4 years ago

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

1 answer

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

Answer this question