of     1   

toopy15
#139493173Monday, July 07, 2014 3:24 AM GMT

Ok. So I have a couple of of buttons (GUI) with this script. local MS = game:GetService("MarketplaceService") local B = script.Parent local P = game.Players.LocalPlayer local productId = 20406723 B.MouseButton1Click:connect(function() MS:PromptProductPurchase(P, productId) end) I have also defined a receipt call back. Meanwhile. The buttons still do not bring up a window to conform its purchase. FYI I am using devoloper products as my product to add player points to the game.
toopy15
#139495902Monday, July 07, 2014 3:50 AM GMT

bumb HELP
101airsoft
#139498304Monday, July 07, 2014 4:14 AM GMT

It could be a problem with the product, the script is fine.
toopy15
#139530920Monday, July 07, 2014 2:38 PM GMT

bumb

    of     1