How do I create a forest with a maze-like layout?

I’m trying to create a maze in the form of a forest, using differently sized trees for the walls. I tried placing each tree individually, but that was extremely time consuming. I barely got halfway before I gave up, thinking that there must be a more efficient way to do this. I’m not very experienced with coding though, so I’m not really sure how to go about this.

I planned out the layout of the maze already and added a primary part to each tree. What I was thinking I could do is create a script to place each of the trees using :PivotTo(), however I don’t know how to get the coordinates of where they should be placed. I haven’t found any forum posts or tutorials that cover what I’m looking for—some came close, but didn’t really help me. Is there a better way to do this? Is this even possible? Note that this is my first forum post, so if there’s any information I left out that’s needed please let me know.


the layout of the maze

the tree models

trees with primary parts

I would actually recommend using bushes for a forest maze, as trees look kinda awkward right next to each other (tho that might just be a personal preference)

If you made the bushes parts with decals attached to them instead of models, it would be much less memory demanding and much easier to design around rather than individually placed parts.

This might clash with the more realistic tree models tho, in which case I don’t have an easy work around.

Why don’t you use a brush plugin to put the trees quickly and easily?