Players jitters on moving platform

The reason this is happening is because you need to implement extrapolation. Otherwise, two things will either happen.
A) Client platform is doing its own thing and so is completely out of sync.
B) Platform stutters/teleports.
It is just not possible for the server to send the client the new location fast enough.

For that, this plugin will help:

If you are not interested in the plugin, I would suggest this video since I am not entirely sure what it is you are trying to accomplish:

Best of luck.

2 Likes