First to third person camera toggle

Hello, is there a way to make a camera toggle, where it toggles from first person to third person (over shoulder angle) using a key pressed event.

I don’t know if this is possible but if it is than can i have some help?

1 Like

Detect the key pressing event by UserinputService.InputBegan or mouse.KeyDown, then change the player.CameraMode.

4 Likes