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