How to prevent objects being invisible when a player looks inside of it?

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.

  1. Open the Explorer and Properties windows in Roblox Studio. You can do this by navigating to View > Explorer and View > Properties in the Roblox Studio toolbar.
  2. In the Explorer window, select the object that you do not want to turn invisible.
  3. In the Properties window, you will see a bunch of properties for that object. Set the Transparency property to 1 to make the object completely transparent, and 0 to make it completely opaque.
  4. Set the CanCollide property to false. This will make it so players can pass through the object, effectively seeing inside it without it turning transparent.
  5. 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.