local player = game.Players.LocalPlayer
local pModule = require(player.PlayerScripts:WaitForChild("PlayerModule")
print(pModule)
print(pModule:GetControls():GetMoveVector())
In studio, this prints out the player module and the vector
but when I tested this in the published version, it doesn't print anything.
Is there a fix for this?