Server System / User Generated Worlds

Hello! I am attempting to create a server system similar to Blockate’s server system, where players can create servers with a unique id. However, I’m not sure how I would go about doing this. Any help would be appreciated . Thanks! :slight_smile:

look into https://create.roblox.com/docs/reference/engine/classes/TeleportService#ReserveServer if you want a way to create servers joinable via an id

Also OpenCloud Datastore’s would be helpful instead of roblox’s default datastore - the reason i would choose opencloud is because you can save data instantly multiple times within a 2 second period but roblox’s datastore doesn’t allow that and instead you have to wait a little longer and that time may take upto a minute, so that’s why i would prefer opencloud for that type of game.

1 Like