How do I implement developer products into my game?

I’ve tried with several different scripts in my game to get a developer product to work. I’ve looked at multiple tutorials and posts and all else has failed. I’ve gotten dev products to work in local servers, but they don’t work in team test or in-game. What do I need to do to make dev products to work? I’m new to market place service and I’m very confused on this one. I would really appreciate if someone would explain to me what I need to do to get developer products working

2 Likes

Have you tried the Roblox Developer guide to In-Game Purchases:

It’s the one I followed and it worked well.

1 Like

Yes, that was one of the tutorials that I used, and I found it very helpful. However, I’m still not certain why it doesn’t work in team test. There aren’t any other scripts in my game that I can find that use ProcessReceipt, so that’s not the issue. Is there anything I should try to fix this?

Alright, so I think that I figured it out. I’m pretty sure team test just doesn’t want to make developer products work properly. Maybe it’s just a datastore problem or something, I don’t know, but I tested it in another testing game and it, yet again, doesn’t work in team test, yet it does work in the actual game. Strange, huh?