Custom Map Loader

Hello, I am wondering how to make a map loader and map storage for custom maps made by other users by a specific ID for each map. Kind of like Flood Escape 2’s community map loader.
Just reply if you know how to! Thanks!

I believe that to submit a custom FE2 community map, you need to upload a model. Then that model’s id is the id you will use for loading a map. You can insert models by using InsertService.

But then you might be wondering, why are FE2 ids like this? zb*4k-, They probably use DataStores to store the ids and strings in a dictionary.

1 Like