Always have GUI Texture at Said Place Regardless of Resolution

Im trying to make it so my GUI Texture will always be where I place it regardless of the resolution. I DO NOT WANT TO KNOW USING ONGUI function.

Thank you in advance :)

Set the transform X & Y to 0.A

where A is the percentage of the screen you want to place it, i.e. 0.5, 0.5 would be the centre.