Need Help for Activating/Deactivating Value

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