I have a suggestion for an all-new API!
A class CameraLabel, which is a GUI element sort of like ImageLabel only it uses a Camera as its image source. This way you could make remote arena-cam screens through putting a CameraLabel covering a SurfaceGui or you could make it possible for mods in a place to put a CameraLabel at the top of their screen to watch things happening around the map!
The CameraLabel would inherit from GuiLabel, and have the following properties besides those which it inherits:
Camera TargetCamera - The camera which is to be displayed on the label. |