GUI's overlapping, not how I want it to

I have never used GUI before but I am creating an RPG but my issue is that I don’t want the Picture to overlap over the Round Button, I want the Round Button to overlap the Picture. How would I go about this?

roblox yes.PNG

If it’s not already, I would parent the Image to the Rounded Button then set the Size of the Image to 1,0,1,0 which will make the Image fill up the whole button.

If that’s not what you’re looking for then, go to your ScreenGui and set the ZindexBehavior to Global. Then set the Images ZIndex to 1 and the Round Buttons ZIndex to 2