PromptProductPurchaseFinished dont fire in studio

is it just for me or PromptProductPurchaseFinished dont fire nothing happens when I make a local server for a player

to check if they have bought

mps.PromptProductPurchaseFinished:Connect(function(userId, productId, didPlayerPurchase)
	print(didPlayerPurchase) 
end)

asking if they want to buy

mps:PromptGamePassPurchase(player,id)

Use MarketplaceService.PromptGamePassPurchaseFinished for game passes.

omg sorry i feel so stupid, thanks for the help

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