Looking for a way to Smoothy Update Position of block

Hi, I am trying to find a way to update Position of the Block to server Smoothly, What I planned was Using RemoteEvents but i don’t think it will be smooth and may lag server.

I thought about turning this into fully ServerScript but, this seems to be hard too (Because inside localscript there are so many things are related to client)

Here is my test vid showing it from Client Side:

and ideas?

1 Like

Use TweenService

2 Likes

Tween Position to the last position or something like that?

Sending Last position from Remote event and Update it with TweenService from ServerSide?

2 Likes

TweenService and Lerp are the best in here!:slight_smile:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.