when ever I run my game code my player does not destroy when colliding with objects with the tag arrow

200108-asdasdddddddddd.jpg

your arrow collider is probably isn’t set to trigger. either replace OnTriggerEnter with OnCollisionEnter or make the trigger in the arrow collider true