How do i stop this from popping up in my game i believe i is not a model because i basically deleted all of them to test
This is most likely done by a require()
While in studio press ctrl+shift+f and it should pull a menu called Find in all scripts
and in the text box type require
if you see any thing that shouldnt be there click it and it will take you to the script it found it in. Once it has next to your game name the script should appear. Right click it and click Show In Explorer
with that in the explorer delete it.
If it isnt done with a require()
check all of the scripts in your game
i had no results from doing this
Edit i did it without the brackets and it found some but not the issue
By this i guess you mean it didnt find any script with require
in it. Check all of the scripts in your game then and do make sure you only typed require
in the box and not require()
Type script
in the explorer tab and delete all the suspicious scripts you see. One of the scripts might have the code that’s spamming the Prompt or you can just open and see every script and delete suspicious lines.
nope didnt work could it be a plugin?
This is done by either a plugin or a backdoor script prompting you to purchase this item, check all of your plugins and all of your scripts, if one of the plugins is botted or fake remove it and if one of the scripts is prompting you delete it, I think you might have inserted the sign from the toolbox or something so check the scripts in your models and parts.
i think it could be one of my friends plugins thats the problem
Possibly, have you checked all of your scripts and plugins?
yes when i go in game a hd admin folder appears when we never added that could that be the problem?
It could possibly be a fake HD plugin or script, just try removing things and see if it makes a difference.
thats what i have been but i cant find it
That sign is a popular free model; are you using it in your game somewhere? It might be causing it. If not, it must be a plugin. As everyone said, remove all plugins one by one and check if it stops, or check all scripts and see where it is and what’s causing it, and delete it.
Temporarily to stop this, try turning off “Third Party Sales” under your game settings if it does not affect your game. Also, in addition of searching require(), try searching for “PromptPurchase” as well, as it is more specific to this situation.
It must be a pesky hidden script somewhere. Look for it. It must be in an obfuscated form.