https://cdn.discordapp.com/attachments/475488233107750913/841854519934976010/unknown.png
try:
1 | script.Parent.Changed:Connect( function () |
2 | end ) |
or
1 | script.Parent:GetPropertyChangedSignal( "Value" ):Connect( function () |
2 | end ) |
Value is a property of the IntValue object, rather than the object itself