equipIfPurchased not working?

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.

Nevermind, I just used a Remote Event and InsertService…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.