Invisible wall that one side can't see through?

So basically I have a lobby with a spectate zone, I would like to make it so that the player’s in the spectate zone can see the player’s playing in the game mode and the player’s doing the game mode can’t see the lobby, all they see is the skybox! I’ve thought of using an invisible wall that players on one side can see through and player’s on the other just see the sky, do I need to do a script or is there a way to do this?

There is but it is kinda janky.

You need to make the spectate box out of parts and set their material to glass, set their transparency to .99

Whenever a player enters the spectate box you need to loop through their character and make all of their parts and accessories .05 transparency, you can also do this as soon as the character spawns as it is barely noticeable.

Here are some pics of it in action!
image

3 Likes

You can just use a decal and put it on the side of the wall that you don’t want players to see.

This is a good idea, however I found the best way to do this is to just use a custom made mesh with backface showing disabled. This creates the effect without having an effect on your pc.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.