How can I make players have the ability to create their own "worlds"?

I want to make something like how RetroStudio lets players create their own worlds, or “places”, but I’m not sure which direction I should be going to research this. I’m not sure what to do in order to achieve something similar to this. I have tried researching numerous topics on the developer hub. I have researched JobIds, teleport service, http service, and nothing has given me a clear answer.

Help is appreciated.

1 Like

It’s possibly saving the data of the world created, and then once someone is asking to play the world, it opens a reserved server “sub place” (forgot what they’re called) and loads the data.

I found this asking the same question, and it has what I said, and how to save game data: How would I make a game like RetroStudio?

1 Like