Dynamically creating Developer Products? (for donations)

So I’m creating this: [New] Ocean Obby 🌊 [Hard] - Roblox (plug)

And I added some leaderboards, one of which will be for donations. Now I know that Developer Products are created in Studio itself and not Lua, but as I’m thinking about donations, I’m wondering if there is a way for the player to enter in the desired donation amount instead of having a few pre-defined (individual Dev Products) amounts.

One way that comes to mind is creating the Dev Product dynamically, as the player enters the amount and clicks the GUI button to confirm, but I’m not aware of that being possible.

3 Likes

I believe the only way to do this is settings up a web api like noblox.js or something. Theres some guide on the devforum on how to setup autorankers using glitch. I would take a look at those.