Help Making a "JumboTron"

Hi, so I am trying to make a “jumbotron” camera system that looks like this:

I have no Idea how to go about this using a surface gui on the server, any help is greatly appreciated.

1 Like

Are you just trying to change where the camera is facing? If so you can just change the cframe

workspace.CurrentCamera.CFrame = PartToLookFrom.CFrame

No, I know how to use camera. I don’t know how to put what the camera is seeing on a SurfaceGUI. I don’t even know if it’s possible.

you could probably use boatbomber 's viewportframe handler for this:

1 Like