How can I make a map code sharing system?

Greetings! I want to create a system called “Map Codes.” Lets say someone makes their maps in a build mode system. They could easily share it like this:

All they got to do is share the code with their friend, and their friend can try their map on either Time Trials, Multiplayer with their friends, or Free Roam.

I already have the map creation process done. I just want to add the ability to share maps in my game.

Thanks in advance!

I recommend using math.randomseed(). Think Minecraft seeds; using the same seed will generate the same map.

1 Like

I don’t know how to use that. Is there a YouTube tutorial on it?

1 Like