Suspicious scripts randomly apearing in my parts, welds, decals. Did Roblox Studio get hacked?

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.

2 Likes

I use
Cutscene, Archimedes and GapFill 2.0 too, they should be clean

Check the creator of the plugin and you will see it’s a fake one. [ Content Deleted ] - Roblox

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.

This is the original GapFill plugin by stravant. Stravant - GapFill & Extrude - Roblox

1 Like

You got a virus in your game :woozy_face:

1 Like

if yes how to remove it? Is there any solution?

By a virus, he most probably means a malicious plugin.

1 Like

Search ‘Script’ in the explorer, go to every script and look for suspicious things and delete them if so

2 Likes

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.

1 Like

or i can just find one of the malicous script copy his contend then. open find results paste into and find all of them

2 Likes

So i think you saved my game :smiley:

1 Like

Well, I am happy if the backdoor is now gone. :slight_smile:

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?

🌴Work at a Pew Hotel!🏨 - Roblox Studio 27. 8. 2020 13_47_20

This isn’t something you should worry about. I get this all the time.