Is this possible?

Ok so I want a system where a player can donate any amount of robux they want meaning they can type in an amount they want and when they submit a dev product automatically is made for it and then they can buy it, I do not think this is possible but I am no expert so is it possible?

Hello, please rename your title because it is very vague. Frame it into a question specifically to what you’re having an issue with.

No, I don’t think it’s possible even with APIs. What you can do though, is premake all the devproducts and prompt purchase them one by one.

E.g. if a player wants to donate 278 Robux: then you could prompt them 200 Robux product + 50 Robux product + 20 Robux product + 8 Robux product. I’ve seen a game do that before.

2 Likes

i would recommend this too but instead i would do the dev products in powers of 2 like in binary i think it would make it a bit faster.

1R$ donation
2R$ donation
4R$ donation
8R$ donation
16 R$ donation
32 R$ donation ect ect

3 Likes

You would need to create a bot to make this happen.
And programme it.