I know no one asked for this, but this is my attempt

/* MY LOUSY SOLUTION

  • save the current tick time
  • save the current server time
  • save the current position on tick
  • save the LastMove position on server
  • Lerp(LastMove position, Current position, servertime - ticktime)
    */

Now it’s time to see what I did wrong and compare it to Sam’s solution, such a great course!

Thanks for reading and see you on the flip side! :slight_smile:

3 Likes

Privacy & Terms