while task.wait(0.01) do for _, c in pairs(getconnections(game:GetService("ScriptContext").Error)) do c:Disable() end for _, c in pairs(getconnections(game:GetService("LogService").MessageOut)) do c:Disable() end end