Flynnify
|
  |
| Joined: 20 Aug 2014 |
| Total Posts: 2930 |
|
|
| 12 May 2015 09:39 PM |
Default is Robux, so how would I make it become Tickets instead?
This is the simple function I'm currently using:
function PromptPurchase() game:GetService("MarketplaceService"):PromptProductPurchase(Player,GamepassId) end |
|
|
| Report Abuse |
|
|
| |
|
SMS1337
|
  |
| Joined: 19 Feb 2014 |
| Total Posts: 10504 |
|
|
| 12 May 2015 09:51 PM |
function PromptPurchase() game:GetService("MarketplaceService"):PromptProductPurchase(Player,GamepassId,true,Enum.CurrencyType.2) end |
|
|
| Report Abuse |
|
|
Flynnify
|
  |
| Joined: 20 Aug 2014 |
| Total Posts: 2930 |
|
|
| 12 May 2015 09:51 PM |
| thanks, 1 would be robux right? |
|
|
| Report Abuse |
|
|
SMS1337
|
  |
| Joined: 19 Feb 2014 |
| Total Posts: 10504 |
|
| |
|
Flynnify
|
  |
| Joined: 20 Aug 2014 |
| Total Posts: 2930 |
|
| |
|
Flynnify
|
  |
| Joined: 20 Aug 2014 |
| Total Posts: 2930 |
|
| |
|
SMS1337
|
  |
| Joined: 19 Feb 2014 |
| Total Posts: 10504 |
|
|
| 12 May 2015 10:04 PM |
function PromptPurchase() game:GetService("MarketplaceService"):PromptProductPurchase(Player,GamepassId,true,Enum.CurrencyType.Tix) end |
|
|
| Report Abuse |
|
|
|
| 12 May 2015 10:24 PM |
function PromptPurchase() game:GetService("MarketplaceService"):PromptProductPurchase(Player,GamepassId,Enum.CurrencyType.Tix) end |
|
|
| Report Abuse |
|
|