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:
local x = 100 x.Changed:Connect(function() print("Triggered") 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