**Hey There i am trying when the start Part get’s to the end to change with the End size i tried doing it couple times but it gived me 5 errors so i need some help from you **
local START = game.Workspace.AY
local END = game.Workspace.Part
for i = 0,1,.01 do
wait()
START.CFrame = START.CFrame:Lerp(END.CFrame, i)
end