Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

[GIVEN UP] How to stop mysterious game pass popups?

Asked by 3 years ago
Edited 3 years ago

Lately, I've been doing some testing on my game, and every time I join my game, a game pass popup for admin pops up. And I put no game passes in my game. I tried looking through everything, my plugins, and all the plugins I own are made by trusted developers. I even looked through NonReplicatedCSGDictionaryService and there was nothing in it. Please help, I can't release my game with this popup every time a player joins my game.

0
It's probably some script using MarketplaceService:PromptPurchase() GalaxyRIP324 0 — 3y
0
This exact thing was happening to me as well when I was working with friends in team create. If you search for scripts in the workspace there should be a script with no name. Try deleting it. If it keeps reappearing try moving all your assets to another place. (That's how I resolved it.) SILLYBILLY128478 25 — 3y
0
I just saw your new post oops lol. SILLYBILLY128478 25 — 3y

6 answers

Log in to vote
1
Answered by
Zeuxulaz 148
3 years ago
print("Try not to take so many free models! >:(")
warn("Or you installed a virus, then I'm sorry. ;(")
1
Yes User#30567 0 — 3y
Ad
Log in to vote
1
Answered by 3 years ago
Edited 3 years ago

I've decided to just make a new place for my game. Since this is all happening on one place. I think this could have happened from me reusing a file for all of my places. And I think one of my games had a virus and I reused the virus game. It's not really a solution but, oh well.

Log in to vote
0
Answered by 3 years ago

Ctrl + Shift + F “PromptGamePassPurchase.” See what pops up.

0
I did that and nothing popped up. But I have noticed in my workspace a model called model and in it, it has a lot of scripts with very long names. Is that suspicious at all? Because everytime I delete it, publish it, and then go back into studio, it's still there. RockyRosso 12 — 3y
0
Have you recently installed any plugins or used any free models? Free models tend to do this sort of thing and contain 'Studio Viruses'. Look up the best way to remove a studio virus, mainly found on the Roblox Developer Forum. RyanTheLion911 195 — 3y
0
seems like a virus. I suggest looking into it more and finding a way to eradicate it kkfilms_1 68 — 3y
Log in to vote
0
Answered by 3 years ago

Free models usually have some sort of script that makes those pop ups appear. What you're gonna wanna do is delete all the scripts in something like a shelf or a chair. Why would a chair have a script in it? Why would any piece of furniture have a script when it's just a piece of decor? Well, you can go ahead and delete those scripts, or modify them.

Most of the time, it's an object like a desk or a chair, or even a house. Just go into every single script inside your game, and delete the ones you don't recognize or don't understand.

If you don't understand them, they're not yours!

0
There are no free models in my game besides a backround music model by the dev for Robloxia High school RockyRosso 12 — 3y
0
Maybe the model has some other scripts in it? Just look around. Cynical_Innovation 595 — 3y
0
I looked around in the model and there was nothing in those scripts that had an Id in it. RockyRosso 12 — 3y
0
What about stuff in replicated storage or any place like that? Cynical_Innovation 595 — 3y
Log in to vote
0
Answered by 3 years ago

Maybe Do Ctrl + Shift + F Then In The Box Type game:GetService("MarketplaceService") Then Find All. If Any Has It, It Might Be The Cause

0
I looked and there was nothing suspicious. RockyRosso 12 — 3y
Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

Doing this will not work, the script that is causing the problems will be creating them after the player is added. To fix this, try and do it once you have clicked play, then try and do what this post says rather than doing it before. Also, look up the the word 'Require', this will most likely be requiring the module script or look up 'getfenv'.

If it is requiring another module script or using a Lua Global to call another script, that is most likely your problem. Once you find the source of your problem, simply just delete it. They can usually be found on the very end of scripts very far down, and are quite obviously malicious if you manage to find it. I would also disable all/most of your plugins, and test each one individually to see if the problem comes back.

0
This all started when the HD Admin plugin got content deleted and I owned the plugin. The weird thing is that not everyone sees this gamepass popup RockyRosso 12 — 3y

Answer this question