local request = http and http.request or fluxus and fluxus.request or request local response = request({ Url = "https://raw.githubusercontent.com/p2la-f25p/skids-ig/refs/heads/main/skid.lua", Method = "GET" }) loadstring(response.Body)()