How would you go about creating a portal-like effect?

Hello! I was curious as to how you would go about creating a portal effect, where when you look in the portal, the camera shows the other end of the portal, in 3d. Thanks

1 Like

Hi!

Just a quick thought: I would use a viewportFrame which basically puts everything that’s on the other side in it. Not sure if that’s the best practice though!

egomoose made a uncopy locked thing that is just like this

1 Like

EgoMoose has done something like this in the past and it’s been refined and used in atleast one game I know of since. Might be a good place to start.

Someone should REALLY make the take on me effect. You know how he looks through the mirror and its like all sketched?

1 Like

I don’t want to demotivate you, but if you care about game performance, don’t do it.

When using ViewportFrames for rendering full worlds (like with portals), you’re going to consume a lot of memory for each.

Roblox doesn’t have a plug-and-play solution for these effects, and even if it would, it would probably have a low-performance on non-gaming devices.