Tween the position AND the size like @01newj said
{Position = Vector3.new(ENDPOS), CFrame = CFrame.new(ENDCFRAME)}
Also you should probably delete the tween after its done to free up memory
Tween the position AND the size like @01newj said
{Position = Vector3.new(ENDPOS), CFrame = CFrame.new(ENDCFRAME)}
Also you should probably delete the tween after its done to free up memory