I have made my ray with
local start = Vector3.new(...) local lookAt = Vector3.new(...) local Rope = Ray.new(start, (...).unit
But I can't place a part at the end of the array without it seeming clunky. Would I weld it or place the part at the ray's "endpoint", how can I do this?