I’m creating a queue that is surrounded by fences all the way. In these fences, I made these gem-shaped supports. However, the place is pretty big and a little laggy already, so I’m wondering what the best way to make these supports is.
Each pole exists out of 27 parts including blocks and wedges
The game is playable on PC, phone and tablet
I could group them into unions or meshparts, but what would be the most efficient way to make them with the smallest load on the game? Thank you already.
I would suggest remaking them in a 3D modeling software like blender. Then, import the mesh and redo the entire railing. I think this is the best way to go about it.
In this specific situation isn’t necessarily true. Unions aren’t great, but 27 parts in this manner is considerably worse. You’re right in that a MeshPart is much more efficient, but a single Union that’s copied (don’t just Union them all where they are, as that gives them different IDs) would work fairly well in this specific situation.