As the title says, is it possible to have four SurfaceGuis display one viewport frame or no? I want to make a replay system show up on my arena’s jumbotron screens, but I don’t want to CFrame a lot of parts for 4 different viewport frames as it’ll definitely cause performance issues. Is there a way to have them display one viewport frame?
Hi there!
ViewportFrames works a little like the player camera, so the short answer is, that you have to run 4 different viewport Frames.
Edit: Imagine a ViewportFrame being a fake “universe” inside our existing world. Whatever you put in there, will only be a part of that single fake “universe”(ViewportFrame).