I don’t need anything fixed, but I’m just wondering if it’s worth it to make all of my door animations clientside to reduce lag. Would it be worth it to go through the effort, and how much lag does it actually cause if I just made it serverside?
1 Like
The problem here is that the client only receives data from the server at a certain rate, which is usually much less often than the framerate of your game. Because of that, the animations won’t look smooth if done server-side. It is highly recommended to do any animations client-side for the sake of silky-smooth animations.
4 Likes