Terrain has weird aspects

Hi,

So I have a terrain system. But there’s something I want to add:
Infinite chunk generation.

How would I go about making chunks save, load in and out?

I tried using Streaming and an infinite size, but that just crashed Studio.

Any suggestions?

Hi! You could store the terrain chunks in a table somewhere, and when the player needs to load it, the script will get it from the table. But all of this is easier said than done, so I recommend looking at Roblox’s procedural terrain generation tutorial, maybe it can help (at the bottom of the link attached) .Terrain Editor | Roblox Creator Documentation

Have a nice day,
Grayseon