Help On API to Publish All Places

To keep this as simple as possible, I want to publish multiple places under an experience at once. Roblox does not have this feature, but I wanted to try API keys to attempt this. However, when I tried to do this, I failed at successfully making a script for it. I have looked at a lot of things online to achieve this, but they all have led to failed attempts, I have python installed, I have my .ROBLOSECURITY, and I have my API key which is set up properly under the group.

What I need to know is how to properly use all of these things in a script to actually make it work (I tried learning python and the things for it, but my understanding isn’t that great because it’s hard to find good resources with actual examples)

1 Like

I don’t think the Roblox API has a public method for publishing places yet.

API keys are able to do this, but I don’t know what script to actually use is the issue since I’m new to python

Some people were successful using Node.js, but I don’t recommend that since I think you need visual studio open.