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?