Why can I see the part inside in roblox studio?

  • I attempting to lock ceil part for looking inside it.
  • Everybody can see inside a part.
  • I have been looking for solutions on this forum, on YouTube, on Reddit, but have not been successful.

I have a video:

Thank you in advance.

does the part have CanCollide off?

1 Like

I’m pretty sure this just happens when the players head is very close almost inside the roof which allows you to see through, so maybe try lowering the bed or making the roof higher up.

I’m a scripter, not a builder, however, I do have a strange scripting solution to that. The solution is to have a local script that runs for each player and does the following: if the player is inside a house, increase the thickness of the house walls and roof outwards on their client(not server) to a thickness that can’t be seen through unless the player is exploiting(and for that case you shouldn’t care honestly, an exploiter can see whatever they like) then when the player gets outside of that house decrease the walls and roof thickness back to their normal values(thickness is a pseudoreference, in reality, you have to change the properties of Size and Position to achieve that using simple math and reverse the changes when they leave the house).

No. All booleans of part is true.

ok, then try increasing the height of the roof

Yes, I understood it. How could I not have thought of this earlier!

Yes, I’ll do it. How could I not have thought of this earlier!

1 Like

I’m building an apartment building, so I think it’s not the best idea, but thanks anyway!