How do I kill my player when an enemy touches them

So my character is a ball and the enemys are boxes. I need a way to have my character die whenever it makes contact with the boxes. The boxes will be moving around randomly.

Firstly, you must create kill function in your character blueprint, then Add trigger ( sphere collider) to your character and on actor begin overlap event call player kill function , only if other actor is enemy.