How to GetComponent from a object inside a parent.

alt text

i got this, but its looking for the component in playerPrefab. but the component is inside it.
alt text

how to make it too look in baseMale from Player

made.GetComponentInChildren<SCR_playerMove>();

This will give back the first SCR_playerMove that it will find