I am currently experiencing an issue with a Developer Product in my game. The product is intended to give the player $1000 upon purchase. However, when I purchase the product through a prompt, it does not seem to reach the ProcessReceipt callback. I have included a debug print statement to confirm if the receipt is received, but it never triggers.
I have verified that the product ID is correct and that the ProcessReceipt function is set up correctly.
Despite this setup, the processReceipt function does not seem to be called. I would greatly appreciate any insights or suggestions on what might be causing this issue.
I have attached, both the local prompt script and the serverside handler script along with the output after I have clicked purchase on the Developer Product.
I got it myself. So when i remove the brackets it works for me. Can you record a video of what is happening. Maybe it’s because of the product or idk.
I’m not sure what’s causing it, I have looked over spelling, and it’s a fairly simple system. I roblox is finding the product because it can prompt it to me and I’m able to “purchase it” but not doing anything beyond that.