While looking through different forum posts ive come to learn that the recommended way to play animations for NPC’s are on the client side while movement for NPC’s should be done server side. I was wondering if someone could explain how one should write scripts to have both of them work together.
From my attempts I’ve tried using heartbeat with remote events and unreliable remotes to share player location between the two scripts but that would cause an overload of remotes events. if someone could explain a better way that would be great!