[WARN] "ActivateCameraController did not select a module."

I have the same issue, this is how i patch the problem
Try that

workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable

workspace.Camera.CameraType = Enum.CameraType.Custom

wait()

workspace.Camera.CameraType = Enum.CameraType.Scriptable
workspace.Camera.CFrame = CFrame.new(-59.414, 20.361, -37.535)

Also don’t use “Scriptable” use Enum.CameraType.Scriptable

3 Likes