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

Is it possible to set HttpEnabled from a plugin?

Asked by
gskw 1046 Moderation Voter
9 years ago

I have the following code that would set the HttpEnabled property of the HttpService:

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

However, it causes the following error:

14:28:57.244 - An error occurred
14:28:57.245 - Script 'C:/Users/GSKW/AppData/Local/Roblox/Plugins/lmm/installerplu', Line 18
14:28:57.246 - Stack End

Does that mean I can't use the HttpEnabled property in a plugin?

Answer this question