So basically I am making a local multiplayer game but I want it to support multiple keyboard inputs, so that when I press w on the first keyboard for example it doesn’t move the second player’s character and when I press w on the second keyboard it doesn’t move the first character and only the second.
You’re probably going to need to program some custom drivers and handle inputs by yourself as Unity doesn’t support that AFAIK.