Is this effect even possible to script?

Hi, I’ve been looking to hire people to help me in scripting a generator using Roblox terrain that could create an effect or result similar to a Minecraft phenomenon: The Farlands.

I was thinking this would be able to be done with Perlin noise, but after some thinking and contemplation, I asked myself

Is this really possible to script with Roblox terrain?

I mean in theory, it is, right? I’m really not sure at this point, though. I’d appreciate any answer.

I doubt a script can do it easily but a plugin might, but I doubt that one exists for this.

there’s an infinite terrain plugin which may be able to recreate something at least vaguely like it.
Thinking about it now it only really seems like a script could do voxel generation and not the terrain thing like I’m asking for.

1 Like

Yes, it is possible to create a generator using Roblox terrain that could create an effect or result similar to a Minecraft phenomenon: The Farlands.

A:

Terrain is created using 1D Perlin noise.

Perlin noise is a procedural texture primitive, a type of gradient noise used by visual effects artists to increase the appearance of realism in computer graphics.

Ken Perlin designed the algorithm in 1983 to address the limitations of his earlier linear noise algorithm, especially for image synthesis applications.

In 1987, Perlin won an Oscar for Technical Achievement from the Academy of Motion Picture Arts and Sciences for creating Perlin Noise, which has since been used in many animated films and video games.

https://en.wikipedia.org/wiki/Perlin_noise
1 Like

using the same generation methods that minecraft uses it could be done