Product script not working

This is probably the error, not sure.

Player.leaderstats.Stage.Value += 1

If it is the error, try this:

Player.leaderstats.Stage.Value = Player.leaderstats.Stage.Value + 1

The event is not even firing because he put a print statement and nothing printed
which leads me to believe there is another ProcessReceipt somewhere

That is not the error, += is a compound assignment and it is the same as writing the path again adding 1.

Thanks! I found another script. It was the donation board

1 Like

Aha! I would combine those scripts by using if statements and checking the product ids.