Itâs the Gapfill 2.0 plugin that is inserting the scripts. If you check the creatorâs username and profile, you will see that itâs a fake plugin.
I use
Cutscene, Archimedes and GapFill 2.0 too, they should be clean
You have rigth! That fake plugin must cause the problems i just gonan try make new game and see if without that plugin its normal.
You got a virus in your game
if yes how to remove it? Is there any solution?
By a virus, he most probably means a malicious plugin.
Search âScriptâ in the explorer, go to every script and look for suspicious things and delete them if so
I would do something like this in the command bar:
for i,v in pairs(workspace:GetDescendants()) do
if v:IsA(âScriptâ) then
v.Parent = workspace
end end
This will move all your scripts to the workspace, and you can find them all out here. The only problem is you may have to replace all your own code.
or i can just find one of the malicous script copy his contend then. open find results paste into and find all of them
So i think you saved my game
Well, I am happy if the backdoor is now gone.
thats from a plugin, itâs a backdoor, Iâve see. it too many times, itâs old and still used and without looking I bet itâs obfuscated with Synapse Xen
Thank you for saving my game. okay now you are my solution.
No, the other methods that users have suggested can break your game as they obviously parent all scripts to workspace. Press CTRL SHIFT F and search for require. If you havent use any modules and some results pop up, delete them.
And there is still error with some content provider do you know what that is?
Could you provide a screenshot?
This isnât something you should worry about. I get this all the time.