I would like to detect if some player is shooting over another player's head.
I thought to create some invisible cube with specific dimensions and place it a few units over player's head. And detect when another player hit this cube with a gun.
The problem is, I dont know how to create it. And how to make it "following" the player it's assigned to? Or maybe you guys have better idea?