There's also a Changed value for the InstanceValues that just returns the changed value.
Instance.new("IntValue", game.Workspace).Changed:connect(function(newValue)
print("The value has changed to " .. newValue) --> Will print something like "The value has changed to 4"
end)
Haters gonn' hate. |