I want to make a part that starts at the tip of my handle, and ends at the position i clicked at. How can I do this? (I’m using raycasting btw)
local ray = Ray.new(handle.Position,mouse.hit.p)
I want to make a part that starts at the tip of my handle, and ends at the position i clicked at. How can I do this? (I’m using raycasting btw)
local ray = Ray.new(handle.Position,mouse.hit.p)
In this tutorial they cover creating a beam & using FindPartOnRay:
Yeah I’ve done it before, I’m getting back into it I’ll check the tutorial to see if it’s as you mentioned.