How to Check if text changed?

I need help

I have a textlable thats text is what the script tells what the text should be, I want it to be when the text is changed in the textlable it tweens. I already have a tween but I need to know how to tell if the textlables text has been changed
thanks! :happy1:

[sorry if im not clear!]

Text:GetPropertyChangedSignal("Text"):Connect(function()
   -- do code
end)
2 Likes

Thanks for the help! i’ll get back to ya

1 Like

@Valkyrop does not work for me. Gives error: attempt to call missing method ‘GetPropertyChangedSignal’ of string

The “Text” variable in that code is supposed to be a TextLabel object, not the actual text which is a string.

2 Likes