Problem:
I imported my mesh from blender to ROBLOX as a obj, and noticed there were some invisible faces. I tried recalculating all the face’s normals after, but that didn’t seem to work either.
Question:
How do I go about avoiding this from happening in the future?
I tried this, I saw some faces that were red and flipped them all manually. For some odd reason however, holes still show up in my model. Thank you for trying to help however.
I did this, but now I am having trouble flip the normals because some of the red surfaces are inside of the faces, and sometimes when i try flipping those faces it will pop out new red spots.
If those faces are planes, which means, that dont have thickness, one of the 2 sides will be facing the wrong direction, the solution is
Solidify modifier
Extrude that face, and then recalculate normals again
Also, roblox sometimes bug and even though in Blender faces are good, in roblox can be facing the wrong way, and it can be really annoying sometimes, so make sure that atleast, its not your fault, and in case blender its fine but roblox isn’t, just find another way to fix it.
And also consider making meshes with good topology, your mesh definitely is a “Mess” I know it is meant to be like this, but it is hard for Blender to do things correctly with this complex shapes, always try to keep square faces (4 vertices) and also in case nothing fix it, separate the mesh in more “simple” shapes, to the faces thing, and then, join them together again.