The topic name explains everything you need to know.
So you mean non-collidable parts? Either build them hollow or hollow them out with negative parts.
- Open the Explorer and Properties windows in Roblox Studio. You can do this by navigating to
View > Explorer
andView > Properties
in the Roblox Studio toolbar. - In the Explorer window, select the object that you do not want to turn invisible.
- In the Properties window, you will see a bunch of properties for that object. Set the
Transparency
property to1
to make the object completely transparent, and0
to make it completely opaque. - Set the
CanCollide
property tofalse
. This will make it so players can pass through the object, effectively seeing inside it without it turning transparent. - If you don’t want the object to be passed through (i.e., you want it to maintain its physical presence), but just want to prevent the object from being invisible from inside, unfortunately, there is no built-in way to do this directly in Roblox. Roblox is designed to make objects transparent when you get too close to them to avoid blocking the camera view.
(If I get It right this is what you want)
Make it a Meshpart the click the Doublesided option.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.