Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Roblox tells me to enable httpservice when its enabled?

Asked by 5 years ago
local http = game:GetService("HttpService")
SBle = {}
SBle['Cash'] = 15
SBle['XP'] = 999999
SBle["ThingID"] = 4554096354



local jsontable = http:JSONEncode(SBle)


local page = http:PostAsync('http://example.com',jsontable)
local pageget = http:GetAsync('http://example.com',true)

print(page)

this keeps erroring in the output saying

18:12:37.167 - Go to Game Settings and turn on Allow HTTP requests. 18:12:37.168 - Http requests are not enabled. Enable via game settings

when I enabled it like so much
and saved it

I dont understand by the way This script is inside server script service

0
go to your roblox game setting and check the http req Realdava 2 — 5y
0
go to your roblox game setting then click options check if your HTTP Request is on, your welcome Realdava 2 — 5y
0
Make sure you have Studio API access if this is in Studio gullet 471 — 5y

Answer this question