Animation works on client, not on server...

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.