o4ev
(o4ev)
April 2, 2021, 8:03pm
#1
Hello. I tried making a stylized bush for the first time. The result didn’t end up as it was supposed to and I don’t know how make the images transparent in Roblox Studio.
Roblox Studio:
Blender:
Any help is appreciated! Feel free to tell if the category is the wrong.
2 Likes
Khronikus
(Khronikus)
April 2, 2021, 8:06pm
#2
I don’t think this will help, but I’ve seen people turn the mesh partly transparent and it will remove the while/black boxes, but keep the leaves.
2 Likes
Aotrou
(Shawn)
April 2, 2021, 8:16pm
#3
Instead of relying on partial transparency, use SurfaceAppearance objects so it shows properly:
These are known as depth sorting errors. Using a SurfaceAppearance object inside your MeshPart will likely fix the issue.
If you’re using a texture, add the TextureId to the ColorMap property, and setting the SurfaceAppearance’s AlphaMode to Transparency.
5 Likes