Is it possible to create a 20,000x20,000 size Terrain?

From studio or would I have to generate with whatever chunk by chunk?

Not through studio natively but you can go into roblox files and mess with the terrain plugins to make them do what you want.

I also highly don’t recommend it as I used a 6k x 6k smooth terrain map and load times were pretty terrible. The only way to go about it is streaming enabled, but that’s kind of scary.

2 Likes

The default Roblox plugins don’t support it.

Also, what happened to infinite terrain? Weren’t we supposed to have it?

2 Likes

I mean, infinite terrain is (possible) if you load & generate it as you walk forward and unload it behind you. I know there is a game on ROBLOX that has an example of this, or like this (I think crazyman32 made it?)

(fake edit, i think its this): Infinite Terrain Test - Roblox

1 Like

Right now, that’s what I did but it takes awhile to upload the place… I’ve been thinking of using the terrain save and load plugin but idk if it would lead to longer load times (i’m using streaming btw)

You’re best off using triangle terrain.

Roblox pretty much killed smooth terrain for large-scale games by not letting us mess with it’s voxel size/granularity.

That’s triangle terrain, I was talking about smooth terrain.

Yeah, don’t even attempt to. I made a 20kx20k map just to realize streaming is useless since you cant even publish the file. Turns out just the terrain makes the place file 80MB.