Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Tips for chunk loading on Roblox Terrain?

Asked by 8 years ago

I wanted to make an infinite terrain generator, and with that, i'll need a chunk system. Any tips on how i would do that with terrain cells?

1 answer

Log in to vote
0
Answered by 8 years ago

The API for Terrain is here

I suppose you'll need a function that can generate the same terrain for a given coordinate. When there is no player near a certain area, you can remove it from the terrain (ex by using PasteRegion to paste an empty set of blocks). When any player gets near it, you then regenerate it using that same function.

0
I'm going to test this out. Thanks for responding! DragonOfWar900 397 — 8y
Ad

Answer this question