Terrain Wrapper/Generator

This new plugin can wrap a part to existing Roblox terrain to create low poly wedge terrain. Attempts to match the color of the terrain it is on

Examples

It’s not perfect, but if you remove the terrain it will look nice.

If you have any problems or suggest please tell me in either the plugin comments or in the post comments

14 Likes

It looks great for allowing other materials or use as converter to support parts and be movable terrain model!
But does it update in real-time and does it read cells on all kind of places? (i would want generator to see all sides, from walls celling)

Also theres bit of clipping, you should use overlap params to reduce clipping by a lot.

1 Like

If you can improve this plugin and add @Native_Cloud’s suggestions then this will greatly reduce the amount of time it takes to make low poly terrain in Roblox. This plugin can basically revolutionize triangle/low poly terrain. Awesome work!

It’s not an editor. It shoots a ray down from the part and then generates a triangle mesh to fit the terrain. I mainly made it because I couldn’t find any good low poly terrain editors

Quick update for everyone

After a few hours of work and debugging and creating code, the ability to edit terrain is FINALLY here. I’m gonna try to do a bit more work on it, then I will release it to the public.
image

I know this is cheesy but, thank you all for the support. This is the first big plugin I’ve taken on. It really means a lot to me that people are trying it.

EDIT
The update is released. If you find any bugs, issues or just want some help, reply. I will try to get back as soon as possible.

2 Likes

Very useful for the project I’m about to do.
Thank you very much! If I had any suggestions, it’d be a much more elaborate tutorial. I had struggled with getting this down for over a hour now, but it’s working decently…