Whilst using Roblox Studio, I notices the HTTPsServie thingy has disappeared... Does this mean all games have HTTPSService Enabled by default or not?
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!