Machine gun damage - crashing on play

Ah I understand better what you are trying to do not. Aiming in third person is a tricky problem! What you normally want to do is perform a trace from the camera, see what that hits in the world, then have your character aim at that point. There are lots of special cases you need to work around though, for example firing around corners, where the camera can see something but the player cannot.