Hello,
So I have a catalog lookup game, which is working perfectly fine… but there is one problem, whenever the player purchases a catalog item, it doesn’t equip, even though there is an option boolean to equip it in the parameters of PromptPurchase()
Here’s the portion of the script:
purchase_button.Activated:Connect(function()
ms:PromptPurchase(plr, id, true, Enum.CurrencyType.Default)
end)
Also, this is a local script.