Hi. How would I make the camera look at something other than the player? (Ex. Like a camera mounted on a wall).
Thanks so much!
In a LocalScript, workspace.CurrentCamera.CameraSubject refers to the object that the player's camera focuses on.
--Run in a LocalScript in StarterPack repeat wait() until workspace.CurrentCamera.CameraSubject workspace.CurrentCamera.CameraSubject = workspace.CameraMountedOnWall