Code:
void OnTriggerEnter(Collider other) { if (other.gameObject.CompareTag("Weapon")) { rb.AddExplosionForce(knockbackStrength, tr