Making a part move to a location

Hello, I’m trying to make a object that moves the the closest player, but I’m not sure how to get it to move. Also, I’m not trying to make it move instantly just at a certain speed towards a character. I know u can move things using Humanoid:MoveTo but I don’t want to add a humanoid to the part.

I’m not a scripter but can’t you tween it?

Yeah but tweens are expensive and cause lag on the server at least.

then try and use CFrame lerp
12345678910

I think I explained it wrong the object is like a homing device that continuously goes towards the nearest player.

Oh, then you could just use a BodyPosition and use a loop to change the cframe to the player’s root

Okay thanks I’ll look into it!