Can someone please help me understand the event " Changed " ?
3 Likes
This event fires every time property in any object is changed.
For example:
Cash.Changed:Connect(function()
-- code in here will run whenever the cash value has changed
end)
5 Likes
Oh, like when the part transparency is changed, is that considered a " Changed " event?
Exactly.
Another example is if a text in a TextLabel has changed it will fire that event.
2 Likes
Oh, I get it clearly now.
Thank you so much mate:)
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.