Can't Find PlayerModule under PlayerScripts

(Be warned, this is my first post)

I am trying to access the PlayerModule under a LocalScript, but it never seems to show up when I define it. I am using this script:

local playmod = game.Players.LocalPlayer.PlayerScripts:WaitForChild("PlayerModule")

It does not work when I try to use the variable to reach ControlModule and other things. What do I do?

1 Like

Player module should be within starter player scripts.

This is what worked for me when I modified the default camera script under playermodule

1 Like

Thank you. I was confused since I saw it under LocalPlayer, but I forgot it gets replicated into there.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.