Backface culling showing on my model

I was trying to export a model from blender to roblox studio, but when i do it, it shows the backface culling effect, even tho i have it disabled, anyone knows the cause?. Here’s some images of the problem.

image

1 Like

Try using the double side in properties, if that doesn’t work, then I don’t know sorry

4 Likes

I can’t find the double side option in blender 2.9

1 Like

They are talking about the DoubleSided property in Studio. Select the mesh and you should find it.

3 Likes

OH I SEE NOW,thank you so much it works!..

1 Like

Thank you so much, it worked perfectly.

Another way is inverting the faces on the model in blender (can’t remember the hotkey for it)

2 Likes

Select everything in blender and then flip the normals using ctrl + N. Adding the double side in properties only provides a temporary fix as the faces are inverted, It will also mess up collisions in the future.