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