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

Is HTTPS Service Enabled by default?

Asked by 6 years ago

Whilst using Roblox Studio, I notices the HTTPsServie thingy has disappeared... Does this mean all games have HTTPSService Enabled by default or not?

0
It should be off by default. Its location in studio has changed. User#5423 17 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

Http Service is disabled by default, however, you can still enable it by typing the following in the command bar when editing your place via Roblox Studio:

Game:GetService('HttpService').HttpEnabled=true

Voila!

Ad

Answer this question