How do I enable HttpService?

I can’t find it in the Explorer tab anymore. Can it only be toggled from a script now?

Go to game settings in studio and click HTTPEnabled.

I checked Explorer and Game Explorer, and I can’t find it. Where in studio is it located?

Home Tab (on top of studio next to the rest of the tabs) > Game Settings > Options > Allow HTTP Requests

1 Like


If Game Settings doesn’t work, you can also enable it in the explorer by pressing ALT+S and turning on “Show Hidden Objects in Explorer”

which will then show it in the explorer.

Alternatively, you can type this in the command bar: game:GetService("HttpService").HttpEnabled = true

13 Likes

There is an update so that Allow HTTP Requests is now under Game Settings >> Security.

1 Like