i'm trying to detect when a player closes the Purchase Prompt window without purchasing the product.
MarketplaceService.PromptPurchaseFinished is only working when i use an assetid of gamepasses or clothing. Nothing happens when i try to get this to fire if the assetid is a Developer Product.
Does anyone know of a work-around for this?
UPDATE:
i just found the deprecated PromptProductPurchaseFinished. This works, but it returns userId instead of player. Does anyone know a good way to get player.Name from player.userId?