How to Line Trace in all directions?

You would need to put all the traces that hit into an array, and then randomly select from that array.

It would be more efficient if you made the traces randomly ( but still in a sphere ), and stopped when you hit the required amount. But that’s a bit more coding.

1 Like