Map Generation Help

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want to achieve a Room Generation System like in the new ROBLOX game DOORS 👁️ - Roblox.

  2. What is the issue? I don’t know where to start or even how to do so.

  3. What solutions have you tried so far? I’ve looked on Youtube & Devforums, but i found nothing.

Doors is procedurally generated, much like how Minecraft “makes up” the world as you travel through it.

The way I would do this is I would build ten or so unique rooms (or however many you want) each with an invisible part at each entrance. Store all the rooms except the entrance inside server storage and once a player enters the entrance, randomly select one of the rooms from server storage and link the CFrame of the invisible part of the random room to the one of the entrance. You can do this for all of the rooms at once or you can just load the next room as soon as a player enters the previous one. I would use the zone plugin for this.

This is just a very general and non-detailed way of how I would go about doing that. Obviously there are logistics like linking the room’s whole model to the invisible part which would have to be figured out, as well as loading everything in a way that is smooth and natural.

Thank you, can you find the link to the Zone plugin? I appreciate you help!

Zone is cool, but raycast is much faster and you don’t need Zone for this cause
Plus zone might have some issues, which I haven’t tested yet