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?
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?
Detect the key pressing event by UserinputService.InputBegan or mouse.KeyDown, then change the player.CameraMode.