How can I make a pop-up appear on top of my UI?

  1. What do you want to achieve? Keep it simple and clear!
  • This pop-up UI to be on top of every other UI so it is visible without obstruction.
  1. What is the issue? Include screenshots / videos if possible!
  • Unable to adjust ZIndex to layer the UI properly.

  • Here is a gif of the issue.

  • Here is a screenshot of the UI in its parent.

of my UI.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
  • Adjusting the ZIndex to layer the items. No matter what values I put in, I can’t seem to allow it to be on top.

I can provide more information and screenshots as requested. I would really appreciate any help I could get. I’m not a UI designer, just trying to script it properly. Thanks in advance.

I have managed to resolve this issue. I was setting the ZIndex of the actual Popup item, when I should be setting the ZIndex of its parent.