#donation board help

35 messages · Page 1 of 1 (latest)

thorn smelt
#

Hi!
I am making configuring a donation board, and I put in my products, but a red line under the brace/curly bracket appeared. how do i fix this?

using this >>>>>>>>>>>>>>>>>>>>>>>>>>>>> ↓

olive oyster
#

?

thorn smelt
#

i copy+pasted more slots for the donations

#

im not good with scripts or script formatting (obviously)

olive oyster
thorn smelt
#

thanks

olive oyster
#

it'll be easier

thorn smelt
#

thank you

olive oyster
#

can you sent the code

thorn smelt
#

what i wrote:

olive oyster
#

using this

thorn smelt
#

{
ProductPrice = 5, --The price from the Developer Product.
ProductId = 5045273263 -- The ID from the Developer Product.
},
{
ProductPrice = 10, --The price from the Developer Product.
ProductId = 1629643978 -- The ID from the Developer Product.
},
{
ProductPrice = 50, --The price from the Developer Product.
ProductId = 1629643979 -- The ID from the Developer Product.
},
{
ProductPrice = 100, --The price from the Developer Product.
ProductId = 1629643980 -- The ID from the Developer Product.
},
{
ProductPrice = 250, --The price from the Developer Product.
ProductId = 1629643984 -- The ID from the Developer Product.
}
ProductPrice = 1000, --The price from the Developer Product.
ProductId = 1629647305 -- The ID from the Developer Product.
} {
ProductPrice = 10000, --The price from the Developer Product.
ProductId = 1629645075 -- The ID from the Developer Product.
} {

olive oyster
#

or that

#

okj

thorn smelt
#

oh ok

#

"lua

#

i mean

#

"lua

#

mb sorry

olive oyster
#
{
    ProductPrice = 5, --The price from the Developer Product.
    ProductId = 5045273263 -- The ID from the Developer Product.
},
{
    ProductPrice = 10, --The price from the Developer Product.
    ProductId = 1629643978 -- The ID from the Developer Product.
},
{
    ProductPrice = 50, --The price from the Developer Product.
    ProductId = 1629643979 -- The ID from the Developer Product.
},
{
    ProductPrice = 100, --The price from the Developer Product.
    ProductId = 1629643980 -- The ID from the Developer Product.
},
{
    ProductPrice = 250, --The price from the Developer Product.
    ProductId = 1629643984 -- The ID from the Developer Product.
},
{
    ProductPrice = 1000, --The price from the Developer Product.
    ProductId = 1629647305 -- The ID from the Developer Product.
},
{
    ProductPrice = 10000, --The price from the Developer Product.
    ProductId = 1629645075 -- The ID from the Developer Product.
}
#

this should work

thorn smelt
#

thank you so much

#

put it in like that

#

it right? also the return thing at the bottom is underlined

#

sorry

carmine burrow
#

put a comma at the end of the last bracket

#

under the last product ID

#

@thorn smelt

#

try that and tell me if it works or not

olive oyster
#

you should put return module at the very end of the script