Chunk Loading On Roblox

So i have been trying to make a 3d voxel generation game
However because of so many blocks the game will crash for people that do not have a good pc.

So is there a way to have the world being chunks? as where when the player leaves the first chunk the next one appears? so the lag is not intense?

1 Like

You could try to enable streaming
Have you read this article before? This seems like what you are looking for.

1 Like

Is there a way to make the system remove the already loaded chunks so it doesnt have alot of parts stored after it all is loaded

To my knowledge there is no build in system that can do that.
If you want chunks to be instanced and removed like that you would need to make a system of your own.

1 Like