Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you make a store for tickets?

Asked by
TimLas 0
10 years ago

I having problem with the in-game store. How do you make so you can buy stuff for ticket in store(MarketplaceService)?

local ItemID =  
local Player = game.Players.LocalPlayer

script.Parent.MouseButton1Down:connect(function()
    Game:GetService("MarketplaceService"):PromptPurchase(Player, ItemID) 
end)

Here is my in-game store. How do i make so they can buy for tickets/Tix too?

Currently they can only buy for Robux.

Sorry my english.

0
:PromptPurchase(Player, ItemID, false, 2) --There is a fourth argument, that will prompt you to buy something with tickets, which is 2. http://wiki.roblox.com/index.php?title=PromptPurchase M39a9am3R 3210 — 10y

Answer this question