I'm having trouble putting ui items ontop of each other. Help needed!

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to know how to put certain ui buttons ontop of each other.

  2. What is the issue? Include screenshots / videos if possible!
    I’m trying everything I can to put this image button in this scrolling frame.


    The only way I can do this is if I put the button in another screen gui but then I can’t scroll.
    When I put it inside, this is what happens.

    And if i put it inside the frame, It completely disappears.
    This is how my explorer looks

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I’ve looked over the forums, and I searched on google. Nothing seemed to work, and when I tried the UIlistlayout it screws it up, or does nothing. Thanks for reading, and please help me. :stuck_out_tongue:

Adjust the ZIndex for each of these said UIs. Increase the value to overlap another UI or decrease the value to go beneath another UI.

1 Like

Thanks a lot! :joy: now I don’t have to mess with stuff!