Like voxel chunks or map chunks?
Either way you'd need some way to serialize each chunk (just moving it into ServerStorage if it's not persistent across servers is fine probably)
Voxels would be voxel data you'd load into an EditableMesh, regular map would just require to split it up into chunks in a way that you can manipulate everything within that chunk (model for every section?)
** You are now Level 9! **