Split Screen Two player Camera

So I was wondering how or if it was possible to get another players camera im making a two player game and i want an effect similar to the game a way out where the screen is split up and you can see whats happening on the other person screen is this possible in roblox if so im not asking for a direct code to make it(unless you know a tutorial on the forum) but some direction to how i might start working on it.


Provided is an image of this effect in the game “A way out”

You should use viewport frames. My idea is put a frame on the left and another one the right, and update the player’s position in the ViewportFrame. Pretty sure there isn’t any other way.

1 Like

This is also my recommendation, but viewport frames ARE EXTREMELY unoptimized, when there’s multiple of them. So if you don’t want to make your game hang and be unplayable, then cross out the viewport frames, since if you have more than 1, you’ll have obvious downgrade in performance.