I have the following code that would set the HttpEnabled
property of the HttpService
:
1 | game:GetService( "HttpService" ).HttpEnabled = true |
However, it causes the following error:
1 | 14 : 28 : 57.244 - An error occurred |
2 | 14 : 28 : 57.245 - Script 'C:/Users/GSKW/AppData/Local/Roblox/Plugins/lmm/installerplu' , Line 18 |
3 | 14 : 28 : 57.246 - Stack End |
Does that mean I can't use the HttpEnabled
property in a plugin?