PlayerModule Methods

local Players = game:GetService("Players");
local LocalPlayer = Players.LocalPlayer;

local PlayerModule = require(LocalPlayer.PlayerScripts:WaitForChild("PlayerModule"))

local Controller = PlayerModule:GetCameras()
Controller:ActivateOcclusionModule(Enum.DevCameraOcclusionMode.Zoom)

This is my code, nothing wrong with it right?
Wrong. Apparently I cant access methods for some reason?

I checked typos, Used the getter method instead of requiring directly.
Anyone know how to use playemodule.Cameramodule???

What are you actually looking to do with the Camera module? What is you use case?

ActivateOcclusionModule() Method.

It sets the Occlusion Method, need it for a camera module im making.