Lerp not working

Part not moving att all

script.Parent.CFrame = script.Parent.CFrame:Lerp(game.Workspace.Part2.CFrame, .5)

What is it doing? From what I can gather that should move the first part half way(.5) to the second part.

what do you mean?, what are you talking about?, my script not working :banana:

Is that one line your entire script? Can you post it all?

that .5 needs to change from 0 to 1 to make the part move.

yes, that one line is my entire script.

You have to update the CFrame every Frame


game:GetService('RunService').RenderStepped:Connect(function() 
script.Parent.CFrame = script.Parent.CFrame:Lerp(game.Workspace.Part2.CFrame, .5)
end)

what are you talking about?!
what is that

try to put that script and see if it works