Part Terrain Mountains

I’m trying to figure out the best optimized way to create good looking mountains using parts vs roblox terrain.

The area I’m doing is very hilly/treey

IRL area
My game

I was thinking of using triangle terrain with parts of actual terrain like Ultimate driving does, but I want it to look the best while being optimistic. Any tips or help would be much appreciated

3 Likes

use the roblox studio terrain feature. its really hard to do it without that

2 Likes

That would look completely off as I’m using part terrain

1 Like

This plugin allows you to make triangle (wedges) terrain using nodes.

If you want the mountains to look smooth, after you’re done placing wedges, export it to blender and shade it smooth. Export it back and overlay the mesh with your wedge terrain.

If your mountain area is interactive and you want smooth shading, I highly recommend turning collisions off for the MESH mountain and making the PARTS mountain invisible & collision true for the correct hitboxes.

The invisible parts should have minimal impact on performance.

for reference, this was some very simple hill terrain I created w/ the plugin.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.