You could shorten the shutdown a bit as well:
if script.Parent.Alarm_Activated.Value == 0 then
script.Parent.Speaker.Actual_Alarm:Stop()
break
end
You could shorten the shutdown a bit as well:
if script.Parent.Alarm_Activated.Value == 0 then
script.Parent.Speaker.Actual_Alarm:Stop()
break
end