I have no clue what model or script it is but it’s most likely backdoored, this dude has made over 200k+ Robux from somehow inserting a possibly fake admin command marketplace service pop up notification into games.
Can someone tell me how to get rid of this? It’s a marketplace service or something that pops down every 10 or so minutes and I have no clue how to remove it. This is his group that he’s making funds off from roblox gamers!!!!- - Roblox
Search through all your scripts using Control+Shift+F, and search for any calls to the marketplace service. If none then it may be a plugin. Search for the string “MarketplaceService”
That means that you somehow got it infected and the infection parented it’s self to nill this means you’re going to have to copy paste your work to a new game and then save over the other file.
Or you just didn’t find the script.
Your first statement makes absolutely no sense, if you parent something to nil in studio your effectively destroying it, hence it can’t be brought back live in game.
Also I had AllowThirdPartySales off, it didn’t help at all. Why does Roblox allow stuff like this to happen though? The dude has made so much Robux doing this and if you look on the Plugins page the first rows of results are all viruses reuploaded to look legit
You must have something malicious in your game toggling it off next time check things before you add them. Its not roblox’s fault its your fault, some people are fine with allowing persons to sell stuff in their game.
You don’t need to remake it, you just need to delete any malicious scripts.
REMEMBER, sometimes this scripts won’t work on Studio because they have RunService:IsStudio check. If you see any scripts with this conditional statement, it may be malicious. Sometimes, there are keywords that can also be a malicious scripts, which include:
getfenv
setfenv
require
loadstring
To easily find all your scripts, you can press Ctrl + Shift + F and search for these keywords or you can type “Script” in the Explorer search bar which will show all the script you have in game.
The problem is my game has too many scripts, I’ve taken 4-5 days of hours doing nothing but looking at all the scripts to see what’s infected and what’s not and I came with nothing
By default, yes. But some even use a custom loadstring as well so they can basically bypass this setting. Adonis does this as well but likely for UX reasons.