I have a layout in which a 2D platform terrain is generated, by using the random feature, very basic stuff really. It produces points at different heights which I hope to turn into a terrain. However, with these base points plotted, I can't figure out how to connect them, I would like to be able to connect them smoothly, but being able to connect them at all would be a great improvement. This is my .capx file.