Is it possible to create developer products with a script?

Hello everyone! So, I’m trying to make a shop gui that charges a select a select amount of robux for an asset. I wanted to know if it was possible to create a developer product with a script or change the price of an existing one, that way I don’t have to create a new developer product for every asset. Anything helps!

1 Like

Yes, and now, based on how do you mean it. By roblox NOT, but you can do this by bot.

Could you go a bit more in-depth? I’m having trouble understanding what you mean by this.

Is it possible to create and or edit a developer product through in-game scripts?

Do you know how it’s done? I can’t find anything on youtube or google.

I was actually replying to @mistr88’s post - yours I understood.

Oh sorry I didn’t see that, my bad. xd

1 Like

It is same like group promotions,… . And all web feature. You must use node.js or php server and comunicate with it via your game, the server will comunicate with roblox bot. The bot is something, that is roblox profile in your group and it is in rank, where it can do everything you need.

1 Like

That doesn’t seem too complicated, except that I don’t understand how to login to your account with a bot, and most importantly, how do you keep that from getting your account hacked by exploiters snooping through scripts?

Here I cant help, if you have way, how to run Node.js, it is ok and you can use noblox.js, but if you have only php, you must create own program. But what is most effective anti hack, is to make profile only for bot and its own rank, and give it only permissions you need. The most common usage is for promotion, this is extremly easy, because when the rank is just for four best players, you can easily manual demote hacker. And when it is for thousands people, 1 hacker isnt problem. As you saied exploiters, this is not problem, because server script service is not replicated, so they cant get your password (not from bot(this will be on server), but from the one you make, required in post (php var) (for safety reason))

2 Likes

Thanks, it’s probably going to take months but I’ll attempt it!