Hello developers, I have recently come across a issue where align position and possibly also align orientation are falling behind on the client when lerping with RunService’s Heartbeat function on the server. I have tried looking on the developer forum and no one seems to have this issue. I was thinking it could be because I am parenting the attachments after the part that is being lerped is parented but need to know if it is something else that’s doing it before trying this. Here’s what is going on both the client and server:
Client:
Server:
As you can see the client side is falling behind with align position and orientation when lerping on the server side while the server side is perfectly aligned. Also it’s not the settings of the align position and orientation that’s causing this.