Quite simply, I'm trying to fix the camera position to one spot and I'm getting the error (ActivateCameraController did not select a module.) any fixes? (localscript)
local camera = workspace.CurrentCamera camera.CameraType = Enum.CameraType.Scriptable camera.CFrame = CFrame.new(Vector3.new(0, 30, -60), Vector3.new(0, 0, 0))