ContextActionService missing player movement actions

Player’s movement actions don’t appear in ContextActionService, making the player’s character unable to move.
Heres the screenshot of what appeared:

Here’s what supposed to appear:

ALL the player movement actions are missing

This happens like 1/3 of times I join the game, and never happens when testing in studio. I got no idea why this happens, as all the code in my game is done by me and none of them use ContextActionService. What could this be? Possibly a bug that I have to report?

Update: i have fixed the problem, roblox for some reason has a issue where sometimes when requiring the PlayerModule, it doesnt work so I had to add a loop to require it until it worked