How do i make this two donation boards work in one game with the same datastore. because its not working together only one is working.
donation board 1: Official Donation Board - Roblox
donation board 2: WORKING DONATION BOARD! - Roblox
How do i make this two donation boards work in one game with the same datastore. because its not working together only one is working.
donation board 1: Official Donation Board - Roblox
donation board 2: WORKING DONATION BOARD! - Roblox
The reason one isnt working is because they are both using the ProcessReceipt function.
You’re going to need to merge the scripts.
so how do i do that they both work in the same data store
Umm, why do you need 2 donation boards?
i need one in the start of my game and one in the end.
I would recommend just moving MarketplaceService.ProcessReceipt to a module script, that should solve the problem. Watch this if you are unsure of how to use a module script. Hope it helps
i already solve the problem thank you