My first post on devforums!
ContextActionService:BindAction("PlayerInput", playerInput, false, Enum.KeyCode.W,Enum.UserInputType.Touch)
This will run the “BindAction” function every time the W key is pressed or the screen is touched on a touch screen.
When this happens the W key will no longer move the character forward and touching the screen will not move the camera. How do I reset it back to the game defaults for when I need to?