Need help making a body position move at a constant speed

So I’m currently trying to figure out a way to move the player at a constant speed on the server. The target position is a changing variable so using either AlignPosition or BodyPosition will change the speed at which the target reaches the position depending on the distance, which I don’t want. I’ve messed around with the properties of both AlignPosition and BodyPosition, but neither achieve a constant speed.