|
| 31 Mar 2014 12:33 PM |
is not working? It was working fine yesterday
-- Donation Button Script
local button = script.Parent local player = script.Parent.Parent.Parent.Parent.Parent.Parent
local service = game:GetService('MarketplaceService') local id = 19444945
function clicked() service:PromptProductPurchase(player, id) end
button.MouseButton1Down:connect(clicked) |
|
|
| Report Abuse |
|
|
iYoshiFox
|
  |
| Joined: 14 Apr 2012 |
| Total Posts: 1058 |
|
|
| 31 Mar 2014 12:54 PM |
| Is the asset id a developer product? If its a gamepass or anything, use PromtPurchase, It says so on the wiki. |
|
|
| Report Abuse |
|
|
Jonibus
|
  |
| Joined: 30 Jan 2010 |
| Total Posts: 8985 |
|
|
| 31 Mar 2014 02:11 PM |
Use PromptPurchase as the above suggests.. but...
http://www.roblox.com/R-I-P-item?id=19444945 You're trying to sell a 4 year old not-for-sale shirt.
Follow me on twitter: @Jonibus_RBX |
|
|
| Report Abuse |
|
|