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

Why does the "You already Bought This, Your Account Has Not Been Charge" glitched on the screen?

Asked by
Zequew 0 Donator
8 years ago

local bloxyColaId = 372051683 -- Put the "ID" of you're "Item" that you want to sell. local player = game.Players.LocalPlayer function onClick() Game:GetService("MarketplaceService"):PromptPurchase(player, bloxyColaId) end script.Parent.MouseButton1Click:connect(onClick)

Is their something wrong with this script that is making it stay on the screen?

0
For all I know, I think it's a ROBLOX glitch xuefei123 214 — 8y
0
So it is happening to you too? Zequew 0 — 8y
0
Have you bought that before? If so, you can't buy it again for testing. SynphonyKnight 85 — 8y

1 answer

Log in to vote
0
Answered by
nobo404 17
8 years ago

Sorry, but I have to make a bunch of assumptions about this: First, YOU are the person trying to buy the item. Secondly, you are trying to test this with only one account. Finally, you did not remove the item from your inventory before testing. If all these are correct, you can do a much better test by following the following steps:

1. On the ROBLOX website click the menu button at the top left (If this isn't there, skip this step)

2. Click the "Inventory" button on the left sidebar

3. Find the object you want to sell (Either a gamepass or an actual gear from your description)

4. Click the item to be brought to its page

5. Click the gear icon in the top-right and then click "remove from inventory"

Ad

Answer this question