mrfergie
|
  |
| Joined: 25 Mar 2010 |
| Total Posts: 522 |
|
|
| 15 Feb 2015 05:26 PM |
I have this
local cb = script.Parent local id= 177858034
local click = Instance.new("ClickDetector",cb)
click.MouseClick:connect(function(p) game:GetService("MarketplaceService"):PromptPurchase(p,id) end)
but can I force the purchase to be in TIX is it's available?
~~ fergalicous ~~ |
|
|
| Report Abuse |
|
|
| 15 Feb 2015 05:29 PM |
| game:GetService("MarketplaceService"):PromptPurchase(p,id,false,Enum.CurrencyType.Tix) |
|
|
| Report Abuse |
|