Script moves camera out of first person, but player stays transparent

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?

Change the cameraminzoom to 0.01 or something before you change the cframe. Change it back to 0 when you reset
this should belong in script support

1 Like

Had a draft in here earlier and guess it switched it over. My bad. Thanks for the help

I think this belongs in Scripting Support - Developer Forum | Roblox

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.