ew no
local function Lerp(part, newCF, t)
local rs = game:GetService("RunService").RenderStepped --.Stepped if this is on the server
local startTick, startCF = tick(), part.CFrame
spawn(function()
repeat
local alpha = math.min((tick() - lastTick) / t, 1)
part.CFrame = startCF:lerp(newCF, alpha)
until alpha == 1
end)
end
"Unfortunately, you fall into the second list." ~ eLunate |