how to let box collision to ignore self


By the way.if you wan to apply damage you could use line trace,sphere trace. They come with “ignore self”option. And would more precise.
Because collision box sometimes miss to check. Traces never missed.