I was wondering whether there is a way to trigger the Changed event within a script having no object.
This is what I am trying to achieve:
1 | local x = 100 |
2 | x.Changed:Connect( function () |
3 | print ( "Triggered" ) |
4 | end ) |
Any ideas?
Create a number value under the script and watch for changes there.
Explain... If you want to know a variable can trigger when its value is changed, No The variables can't trigger