I’m working on a game where I have two camera modes: One where the player is shown an overhead view of the map and one where they’re locked to first person view on their character.
The problem is that when I change the camera’s CFrame from my script, the player stays transparent. Swapping the camera mode to classic doesn’t seem to help it either. Also tried swapping the transparency manually but that doesn’t work either.
Is there some way I can manually “zoom out” the camera to have the character show up? Or something else I should be doing here?