Hello everyone, i’m having issues with my meshes and need some help. Once they’re imported to studio some parts are invisible and i couldn’t find any fix for that.
This seems to be a popular question this week. You can try four different things to see which works for you. The first one I would try is making sure the normals are facing the right way…
EDIT: Oh I see you tried a bunch of things. So the remaining one I don’t think you tried yet is setting the Blend Mode to Opaque instead of Alpha Blend. (The second link above)
Hopefully this works for the OP, just wanted to say thanks as well because I am currently learning to model in Blender and this was the solution to fix one of my meshes!
Your normals are just flipped incorrectly or you just used a plane to make them, which in that case there are a couple ways of fixing
You could either:
Flip the normals by selecting what you want to be flipped and then pressing (Alt + N) while in edit mode.
Use the extrusion method by pressing E on what you want to make thicker. (This is highly inefficient for what you need to do though.)
Use the solidify modifier on the objects to make them thicker on a more even scale.
ROBLOX now has a method for this too. In the properties bar when selecting the leaves, you can toggle “Double Sided”.
Another tip is if you turn on Face Orientation via the viewport overlays, you can visually see what is flipped incorrectly. Red means it will be invisible when in any game engine, blue means the opposite.
Hope it helps for anyone else that may need the info.