Hello! You dont need to line trace, I think Player forward vector and distance to Player are enough info. Draw a circle with radius equal to current distance to Player around Player and add vector of Player forward vector from center of this circle - it is Player line of sight. So you can just calc current angle of Player sight and avoid it.