How to change player's movement keys?

I want to change the player’s movement keys from WASD to arrow keys. How can I achieve this? I’ve tried researching in Dev Docs and here in the Forum, but I can’t seem to find any info on how to script it.

I believe that’s going to be under

player.PlayerScripts:WaitForChild("PlayerModule")

You could probably bind the context actions for movement to different names, AFAIK. Otherwise you could inspect the player module as said above.

Could I just copy the Player Module from player scripts, paste into starter and modify the controls from there?