Objects only visible trough other objects

Hey, I have a question - Is there any way, to make objects only visible trough another object?
I’m not really sure, because (as far as I know) you can’t make custom shaders in Roblox.

Here are some images, explaining what I would like to do:


Example2

If there is a way to do that, please tell me how.
I saw stuff like this for example, on the RDC 2021 Game Jam in the game “obby_trial.exe”, but they used GUI’s instead.

Not easily. You can use a viewport frame on a surface GUI to mostly get the effect on a single face.

Some people have made fancier methods where they try to physically resize and hide parts so that they fit inside a given visual area, but that’s a lot of work.

1 Like