|
| 12 Mar 2016 03:40 AM |
I'm having trouble with an in server purchase button that is suppose to sell T-shirts from the website Catolog. It lets me purchase the shirt and It works perfectly fine, inless I try to buy something I already own. Then I receive a message saying "You already own this item. Your account has not been changed."
Here is where the problem comes in; I can not close the window with this message on it. (even if I press the "OK" Button.)
Could this be a scripting issue?
----------------------- Script Provided: Just in Case -----------------------
--T-ShirtID local shirtId = 107739201
--Prompts the player to purchase the GearItem script.Parent.ClickDetector.MouseClick:connect(function(player) Game:GetService("MarketplaceService"):PromptPurchase(player, shirtId) end)
---------------------------------- |
|
|
| Report Abuse |
|
|
| 12 Mar 2016 04:07 AM |
Well, I don't think its the script anymore. the same issue is happening at the Native Brand || Flagship Store. ( http://www.roblox.com/games/344582513/Native-Brand-Flagship-Store )
so, thank you for your time. And I appreciate anyone who took there time to look over this forum post. Have a pleasant Evening :-D |
|
|
| Report Abuse |
|