Can I add a background image to my viewport frame? There’s an ImageColor and ImageTransparency property, which means there should be a way, right?
I don’t think you can without an ImageLabel, even with the image proeprties (I could be wrong, but I have no idea what those properties do).
-
Set the viewport’s background transparency to 1.
-
Make an ImageLabel and position it at the viewport’s position, make sure it’s behind the viewport.
-
Set the image of the ImageLabel to a sky of some sort, and that should do the trick.