Camera feed on monitors

So, I’m trying to make a robotic arm to interact with my anomaly (which is highly radioactive in its files)
and I’m wondering if there’s a way to create a monitor that broadcasts live footage from the camera mounted on the arm.

Thanks,

–Luke

You can use viewport frames to do this.

1 Like

How can I use viewport frames? and how do I set them up?

thanks

I learned it from this tutorial. ROBLOX | Showing Items with viewport frames (Reupload) - YouTube

Using a script, you can also get the default camera’s rotation/positioning and match it up with the viewport frame’s camera, if you want things to replicate in between you will need to manually change both whether it’s a script or not