The keypress event only fires on the client, it doesn’t get transmitted to the server. You need to create a RPC to send that information over.
The keypress event only fires on the client, it doesn’t get transmitted to the server. You need to create a RPC to send that information over.