I want to be able to sink specific player movement inputs. I do not know how I can sink specific inputs but leave others unchanged. I have already tried overwriting the input by detecting when it is used and doing something else.
Being able to disable WASD and replace them by changing A and D to be forward and back, S does nothing at all, and W is jump, but I don’t know how to go about that, especially recreating W and D movements.