Cant find this in a script

There seems be an issue with game pass purchases in Studio due to a recent update. I’m getting the same error. Just ignore it, it should work properly in-game.

well its a 3rd party thing it isnt first party but then the dev console doesnt look clean

Have you tried moving to a new place yet?

If it’s a backdoor plugin, which it probably is, moving to a new place would be a useless attempt.

how do i deal with a backdoor?

Screw it, delete literally every plugin you have.
Only use the plugins section in the toolbox.
image
If that doesn’t work, reinstall studio.

this is it! this god dam script i cant find

Try disabling the plugins you own one-by-one, or at least disabling plugins that seem suspicious. Then, to prevent problems like this from occurring again, make sure you’re only installing plugins from reputable developers.

Could be a Roblox script, not a virus.

cant find it for some reason sighhhhh

Try using ctrl + shift + f and search for require() in all scripts.

If it’s not a backdoor, which it most likely is if you don’t use free models, then delete any script that comes up as a result that you did not create.

Did you try it in-game or only in studio?

may have found something 5114417899 this is a script i found and it leads to [ Content Deleted ] - Roblox

son of a b it was that thats it time to have a word to my devs

@7z99 @P1X3L_K1NG thank you guys so much

Given the amount of likes to dislikes, that’s probably a backdoor and I’d get rid of the script.

Another thing, I have this script which I wrote myself that prompts any gamepass purchase necessary:

for i,v in pairs(workspace:GetDescendants()) do
		if v:IsA('ClickDetector') then
			v.MouseClick:Connect(function(player)
				if player == localPlayer then
					local passID = v.Parent:FindFirstChild('PassID').Value
					marketplaceService:PromptGamePassPurchase(localPlayer, passID)
				end
			end)
		end
	end

When I go to click a click detector, it prompts me with that third-party purchase error, I’m 100% sure it’s just a bug, nothing to fear.

Screen Shot 2021-05-22 at 12.59.55 PM

It also prompts as normal in-game.

alright thank you so much for the help it means a lot

1 Like

I inspected the source code of the module, and yeah it’s a big troll. Delete the script that required it, as it’s infected.

Screenshot of the disaster that was being required into your game:

Blurry because I literally had to zoom out like 100 times just to fit it all in

Jesus thats why it was laggy wow