Hello I’m trying to figure out how this donation board works. I have been working on a game for my friends birthday to help him get his dream item and needed to add a donation board. It had an error at the end according to output with the last two lines. I don’t know what to do please help.
local module = {}
module.Products = {
{
ProductPrice = 5, --The price from the Developer Product.
ProductId = 1104627743 -- The ID from the Developer Product.
},
{
ProductPrice = 10, --The price from the Developer Product.
ProductId = 1104628219 -- The ID from the Developer Product.
},
{
ProductPrice = 50, --The price from the Developer Product.
ProductId = 1104628503 -- The ID from the Developer Product.
},
{
ProductPrice = 100, --The price from the Developer Product.
ProductId = 1104628569 -- The ID from the Developer Product.
},
{
ProductPrice = 500, --The price from the Developer Product.
ProductId = 1104628759 -- The ID from the Developer Product.
},
{
ProductPrice = 1000, --The price from the Developer Product.
ProductId = 1104628963 -- The ID from the Developer Product.
},
{
ProductPrice = 2000, --The price from the Developer Product.
ProductId = 1104629074 -- The ID from the Developer Product.
},
{
ProductPrice = 5000, --The price from the Developer Product.
ProductId = 1104629168 -- The ID from the Developer Product.
},
{
ProductPrice = 10000, --The price from the Developer Product.
ProductId = 1104629353 -- The ID from the Developer Product.
}
module.AbortCustomPurchases = true
return module
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.