marketplaceservice.PromptGamePassPurchaseComplete:Connect(function(player, id, success)
if id == --gamepass id and success == true then
--ur stuff here
end
end)```
My issue is that the PromptProductPurchase can’t fire a 3rd argument, so how would I fire the msg (textbox’s text) when a player completes a purchase, then retrieve it. (In my second image) I tried using a remotefunction method but gives out a receipt error