Firstly, HTTP requests are in fact enabled so I’m unsure why this is happening.
Secondly, and more concerning, is that none of my code uses http requests. Googling this issue and looking at past similar threads, it seems like malicious code was always the problem. However, there are no free models in the game and I’ve done a thorough search and no code other than what I’ve personally written is present.
In the console error, the “Model.MainModule” does not exist in the game. I assume it’s being created at runtime or something similar. It would make sense for this to be caused by malicious code, but again, there is none.
Very confused by all this. Haven’t even made any changes to the game in some days but this randomly happens. Was wondering if anyone was experiencing a similar issue or might have any idea what is going on here.
Yeah this is a virus because it’s not parented to anything.
Try looking for scripts that might use InsertService, require, getfenv especially with the Find All tool.
Yeah pretty sure roblox wouldnt put up a nice looking UI like that onto the screen because why would they need to tell you that Http Requests are not enabled? That is not needed for roblox to run. I would recommend searching through all your scripts for http requests using Ctrl + Shift + F for require and other things like that.
Also check your plugins and make sure that they are made by the original developer and not a group with the same name.
This is a virus model scam requesting access to your game. Turn off https service!
The virus wants you to turn on https service so they can gain access to your game.
Your game has been probably backdoored, you should try removing the newest free model added into your game until the error disappears, if you dont use free models then check your plugin’s creators one by one and remove suspicious ones after that at explorer into search put “Script” then check them one by one and remove suspicious ones(the backdoor ones will be obvious)
Roblox would not put that on your screen, probably a backdoor but thanks for posting this, I made a HTTP Requests tutorial video a while back and a lot of people are having issues saying that HTTP Requests are not enabled.