Hey!
I want to create a camera system in my game using ViewportFrames. What I want is a camera setup like this:
For my camera to function properly, I need the ViewportFrame to render my map, but my map is not a descendant of it. If I clone my entire map, it will probably cause lag and not work smoothly. Does anyone know how I can achieve this?