To make an Invisible room

Ok, I don’t know if this is possible, but if it is it might help me tremendously.

Basically I want to create a normal looking room to put player A into, but if player B is outside the room I want the whole object to be invisible along with the player A. So essentially player B is unaware there is a room and another player in front of them.

Any ideas?

I’m not sure it I understood your question. It’s a multiplayer game? A and B are different players running the game in different places? if yes, all you have to do is disable the renderer component of that object on that game instance.

is that the answer you’re looking for?