make projectiles go through incoming players if path is clear when projectile is launched:
- when projectile is launched, make the aim raycast determine if there is a clear path to target (path contains no player hitbox)
- if clear path is true, make the projectile ignore all other players hitbox during its travel, in case some player decides to randomly jump in path.
to prevent a clear path suddenly blocked because people jump and run everywhere for no reason