#URGENT PLEASE DEV PRODUCT SOMETIME NOT WORK

1 messages · Page 1 of 1 (latest)

still palm
#

I have a developer product and i added like 5000 checks to be sure that if anything is not ready, to not prompt purchase and yet sometimes, it works, sometimes the purchase doesnt. i tried print statements for debugging but the print statements just dont run at all when it doesnt work. so the marketplace service connection isint running even though it prompts the purchase??? its very confusing. but im also a beginner so im hoping i made a stupid mistake and someone will find it

#

it is not letting me send code

#

so i will do screenshots

#

thats the full code

still palm
still palm
lucid surgeBOT
#

studio** You are now Level 10! **studio

still palm
#

why does the prompt pop up, but when i click purchase i dont get purchase granted or purchase declined i get nothing, nothing even prints

#

but sometimes it will work

mighty igloo
#

I have a tip

still palm
#

please no troll

mighty igloo
#

I recommend restarting your script from scratch and using the doc to help you during your next attempt

still palm
#

ok thanks

gloomy roost
#

@still palm as a test, please comment out all conditions and just return purchase granted

#

and :FireClient of course

#

Also, process receipt can only be set once on the server. Be sure to modularly scale your system so any other dev products can also be handled within that processor callback

still palm
#

i realized that i have another dev product

#

and i call it there to

#

so it goes to whoever wins the race

#

thank you so much🙏

gloomy roost
#

Roblox only allows one callback

#

Since you're basically writing what happens when it processes a transaction

#

So you'd have to modularly write the transaction logic

still palm
#

yea ima do that right now i had no idea only one was allowed