Handle data in client after receiving from server MMO

Hi guys.
I am demo a architect MMO with Unreal engine 4 and Photon Engine.
Now, I can send and receive data between Client and Server.
My problem : Order to add movement with animation for a character, What data client must send to server and what data client must receive to handle movement for character.
Thank you :slight_smile:

I can move with SetActorTransform(), but they don’t have any animation when move, please help me -_-