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

"ActivateCameraController did not select a module." Error? [SOLVED]

Asked by 2 years ago
Edited 2 years ago

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))

Answer this question