Find location of an object without using Transform.Find("")

I have multiple enemies named the same since they are prefabs and I need to Instantiate a particle to play on the location of the enemies death. Idk if there is a way to use the gameObject.Transform.Find("") but I couldn’t find one.

Why don’t you use GameObject.Find(“”)