What do you want to achieve? Remove a virus in my game
What is the issue? I searched everywhere in my game, theres nothing
What solutions have you tried so far? I made a copy of the game and deleted every single thing, and the game is still somehow requiring a virus. I turned off HTTPService, and the virus is still there.
Found your culprit, its hiding inside InsertService.
To get rid of it, you simply have to type game.InsertService.Script:Destroy() in your Studio’s Command Bar.