local target = workspace.Part local camera = workspace.CurrentCamera camera.CameraType = Enum.CameraType.Scriptable camera.CameraSubject = target camera.CoordinateFrame = CFrame.new(target.Position) camera.Focus=CFrame.new(targer.Position)
Please tell me why this doesn't work and how I can fix it? I want to camera to focus the same direction the front face of the brick is.
Well one, you spelled target wrong in your code you spelled it "targer".