Hello, I am currently making a Chart Obby.
I have added a "Skip GUI' to skip the stage - it fully works when the donation (Free Model) is deleted or not in the game. - Also it works when I disable the script inside it called "AssetLoader"
Now with the Donation Board this is a free model - The link to the model https://www.roblox.com/library/6510068370/Donation-Board-Dancing-Top-Leaderboard?ViewInBrowser=true&CreatorId=1403181365&SearchId=794f66d5-081d-4f91-8617-b46f011de83e&Category=Model&Position=43&SearchKeyword=&CreatorType=User&SortType=Relevance - Now I have tried different models and they all have the same problem
I need some help doing this. Also, I have a Donate GUI on the screen and I also want it to work for the board. But I am not too sure about that.
But if I can get the "Skip GUI" and the "Donation Board" to work properly that would be amazing!
ProcessReceipt can only have one callback function, so it won't work if you set multiple callback function.
It can only be done once by one script in the server, so make sure that there is only one script that handles the ProcessReceipt.
There is an example from Roblox, you contain functions for each product in a table, and then when the player makes a purchase check if it is already granted, then run the function for the product in the table.
Make sure you have Enum.ProductPurchaseDecision.PurchaseGranted when the purchase is successfully granted.