In popular games that change the person's camera, you can't move it. If you use the camera type "Attach", you can move it up an down. I want it to stay still and focus on a certain object instead of players being able to move it up and down. Is there anyway I can do that?
Set the CameraType
to Scriptable.
--// This can only be done in a Local Script local cam = workspace.CurrentCamera cam.CameraType = Enum.CameraType.Scriptable
Locked by OldPalHappy
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?