How to Keep Handles Up With Player Mouse? (Making a building system)

Hey! Currently I’m making a building system, Which uses handles to move, resize, rotate, etc.

I recently finished the movement module, but i noticed, that when moving the part along a axis, the mouse will get ahead of the part (Rather than moving with the handle)

Heres a image of the mouse getting too far ahead while moving:
image
Heres how it should be moving.
image

I have tried looking at tools like F3X as they do fix this issue, But i have not been able to pin point what exact part of their 500+ line scripts actually stop this issue from happening.

Anyone with any type of knowledge or suggestion on how I would go about eliminating this issue would be greatly appreciated.

2 Likes

You may want to provide the code your currently using to move the handles to see what needs fixing.