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

How to enable HttpService without errors?

Asked by
Ap_inity 112
5 years ago
Edited 5 years ago

I'm having trouble enabling HttpService for an online session (Roblox Client).

My settings say I have HttpEnabled, and I even went ahead and made a script, here it is:

wait()
game:GetService("HttpService").HttpEnabled = true

Works perfectly in Studio, but not in Roblox itself.

0
The HttpService cannot be used on the client side and cannot be enabled / disabled using scripts. User#5423 17 — 5y
0
Then how do I use it on Roblox itself? Ap_inity 112 — 5y

1 answer

Log in to vote
0
Answered by
vkax 85
5 years ago

Go next to the play button and click the "Game Settings" option, under there on the left, click "Security" and then enable "HTTP requests".

If this help, please accept this answer, I'm reputation hungry as of right now :P

0
I already did that. It doesn't work, even when it's on. Ap_inity 112 — 5y
0
Don’t be reputation hungry. Saying that will only make you hungrier for rep. User#19524 175 — 5y
Ad

Answer this question