I wasn’t going to post this here because I made it, but I was asked to as soon as I open sourced it. It can generate terrain with oceans, mountains, islands, etc
Right now, it has a few set values, but you can manipulate them as much as you want.
Open sourced, and the Diamond-Square algo is almost completely ROBLOX indendant; remove those waits to get it to be completely free.
I recommend using this and this as reference, they really helped me. You might also want to take a look at my visual midpoint displacement, which is like a 1D form of Diamond-Square (well, technically, diamond-square is an ‘improved’ midpoint displacement for 2d).
If you wanted to triangle terrain it, Section2B’s BuildIn Libraries is a fast and efficient triangle drawer, that can also draw quads, etc, and many advantages over a plain triangle script