So im making a tower defense game, and enemies have to move from one waypoint to another. After it moves to its second waypoint and turns, at the centre, it starts stuttering and for the life of me i cant figure out why.
Ive tried myself but I have no idea what could be wrong, I have looked on the devforum and all i’m getting is network ownership, which i have already set to the server, and some stuff related to MoveTo() which i forget, but they didnt work.
here is a video of the problem, skip to 0:20 to see the stuttering.
I changed from GetChildren() to GetDescendants(), which will help when i make more detailed things, so thank you for that, but unfortunately it did not fix the stuttering.
I fixed it!
This post had a solution by Ezby. Its using a system updating the position on the client from the server every couple heartbeats, and since the server side is smooth it means smooth walking on the client as well.