Is there a function to see when a text boxes text is changed?
1
textbox.Changed:Connect(
function
(changed)
2
--Code here
3
end
)