Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you make the camera focus on something while staying still?

Asked by 7 years ago

How do you make it so a camera focuses on a moving part but the camera stays exactly where it is?

Character = script.Parent
Camera = workspace.CurrentCamera
Camera.CameraType = "Scriptable"
Torso = script.Parent.Torso.Position

Camera.CoordinateFrame = CFrame.new(Vector3.new(88.213, 3.1, 130.1),Torso)

Answer this question