So i'm making a part move by using lerp() but the problem is that it's a % of the distance so the smaller the distance the slower the speed. So is there a way to make a constant distance or to change the movement interval based on how far the distance is? Sorry i'm in the process of learning lerp() but there isn't much information I can find about it.
Thanks to vulkarin for helping me