Map selection between places

I was working on my map system and stumbled upon a problem. I have no idea how to make it work as i intended.

Basically i have elevators in my main lobby that, around every 15 seconds, select a random map. The only problem is that i need to somehow send the map name to the new server. I tried using messageservice but it doesnt seem to work the best for something like this. I would like to also not use datastores if possible.

Thanks in advance!

You could try using memory stores, they’re similar to data stores but they don’t store data long term. They’re good when you need to communicate data between different servers. I’ve never had a use for them, but they work similar to data stores, so you’d want to use a pcall when getting and setting data async.

1 Like