I made a scriptable camera and it works perfectly fine but I am getting this warning in the output:
“ActivateCameraController did not select a module. - Client - CameraModule:335”
I know this means I didn’t specify a property but I don’t know which one so if anyone who knows about cameras could help me find out I will appreciate
My code:
local Camera = workspace.CurrentCamera
local Campart = workspace.Safekeeping.CamPart
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CameraSubject = Campart
Camera.CFrame = Campart.CFrame
I tried setting the CameraType to scriptable after setting the subject and adding a wait() right before like that post says but while it fixed the warning it broke my camera