transparency is the main factor of hiding any basepart.
but what if we want to hide something only for 1 specific area?
I have wondered this question since the beginning of my work on scripting.
why can we only hide entire models/meshes instead of just 1 area?
the main concern here is that i wanted to make a 3d printer print something from bottom to top without using scale. I have no idea how to do this and would like some advice on how to aproach this problem!
transparency = 0
transparency = 0.1
transparency = 0.1 and double sided is enabled
transparency matters since i can then use glass to hide the area i want to.
transpareny_chicken = 0.1
transparency_glass = 0.5 material_glass = “Glass”
the thing im trying to do here is:
the only thing blocking me from doing this is that meshes show themselves trough eachother which would be annoying to look at.