Help positioning arrow

It worked! Just had to change up the angles and adjust the cframe offset based on the arrow length
my final positioning code:

arrow.CFrame = CFrame.new(part.Position,mouse.Hit.Position) * CFrame.new(0,0,arrowLength / 2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(90))

image

1 Like

Oh im glad it worked sorry if i couldn’t help in time i was afk, its 1AM right here :sweat_smile:

1 Like

1 am? Cool mine is like 8 am which i woke up already

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.