How to make the plain mesh transparent and only show after texture in model exported to robloxstudio

Hello :slight_smile:

The problem I’m having starts when I finish my tree (after it’s textured) and export it from Blender to Roblox Studio. but the texture show the leaves and black part (plain mesh). In Blender, only the textures of the leaves appear without the black part, but in Roblox Studio it shows like this…
Screenshot 2024-12-10 063504
any help is appreciated

Set the MeshPart Transparency to 0.0101. Or better yet, insert a SurfaceAppearance inside with the AlphaMode set to Transparency.

when i set the transparency, the model breaks and show the inside parts,
image
and when i put the SurfaceAppearance the model it remove texture and get in color white
image

Bro you should have checked the SurfaceAppearance properties. Paste the texture ID into the ColorMap property and you should be good to go.