Alright so I've been looking all over and I can't find anything about it, but I'm looking for a way for the camera to be locked in from the beginning of the game, and be manipulated so that let's say your character is upside down, your camera is also upside down as if your head is the camera.
Would be great if i could get an article or code on this, thanks!
Go to,
StarterPlayer > Camera Mode and choose LockFirstPerson
This is late, but for some odd reason it was in my "answered" so here's a script that may help:
local player = game.Players.LocalPlayer player.CameraMode = Enum.CameraMode.Classic wait() player.CameraMode = Enum.CameraMode.LockFirstPerson