This is a strange issue. No http requests are associated with this line of code, but the returrning throws an error HTTP 530.
Anyone know how to fix?
misc.request = function(...)
local securityString = g.randomStringsSend[math.random(1, #g.randomStringsSend)]
jobs = jobs + 1
return clientRequestRemote:InvokeServer(securityString, script.Parent, ...) --error
end