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