Woke up to a "Purchase Prompt" bug in my game

Maybe this post and this topic can be of some use:

Try searching for every term on this list

Did they publish the changes though? If this is a problem and all plugins have been turned off, all scripts have been searched, there shouldn’t be a problem.

1 Like

Okay update. I published the exact same map to a new game and the problem isn’t there??
Game: bugs - Roblox

So now I am even more confused. (ThirdPartySales are still turned on)

This may be a result of you getting rid of your plugins since you made the first game.

Nevermind that, it still shows for other users just not me

Did you follow my advice to check any waits? I would also look for while true do as well.

Yes I don’t seem to see anything suspicious, I also used RoDefender and it said “0 Viruses Found”

Use Kronos as well. It might help you find something. I personally use no backdoor scanners as I’ve never installed a bad model.

I’ve had the same problem. A few months ago, when I didn’t know how to make anything, I used a lot of free models. This same prompt came up for me. After a while, I realized that it wasn’t a model making the prompt, it was a tool that had been dragged in as part of the model. This tool wasn’t doing anything, so I deleted it and problem solved!

1 Like

I also tried Kronos, So I just deleted the whole map and the problem is gone so I will probably just delete small parts at a time until I find the problem
 I will keep you updated!

1 Like

Hello KvngAf,

I suggest you use this plugin > GameGuard Anti Virus V2.5 [ALPHA] - Roblox

It basically scans all of your scripts, and it says if you should quarantine them, by giving you the precise script that makes your game “crazy”. There are many viruses, if you can’t turn off the sales, then you should use this plugin, an example of a virus that can be “destroyed” with this plugin is the Rosync, that uses getfenv for getting every environment of a script // function that you use. I had an issue with this virus yesterday, and I’m fixing it with the plugin that I linked above. For any other issue about this, you can reply to me if you want.

Yes, I agree with @RBX_Lua.

If the creator was somewhat «smart» he/she added a time wait, so it starts later - hence making it harder to find, like your situation at the moment.

Search up os.time(),tick() and time().

Not sure what the exact syntax is (look up how you write it) and see if you find something.

If the ‘exploiter’ added a wait or something of that sort you’ll find it.

Turn off third party sales (!!), unless you need it.

Alright good news, I have found the issue and eliminated it. Everyone who said to search “require” was correct. I was searching require but it was a script that I had been using for months so I didn’t think that was suspicious. The script was something called “Ragdoll FE” It was a script that changed the death animation when you reset your character. Of course it was using a require script
 Thank you to everyone who gave great advice!

If any scripters would like to help me create a rag doll on death gamepass for the future please let me know! We can discuss a price. NO “REQUIRE” SCRIPTS PLEASE! I’ve learned my lesson :laughing:

1 Like

Thank you for all of your help!

You don’t need a scripter. The realism mod plugin by @GizmoTjaz has a Ragdoll feature and it works perfectly.

1 Like

Is there multiple users working on the game (team create)?