Position gui on the foreground

  1. What do you want to achieve? Keep it simple and clear!
    How to position a gui on the foreground.
  2. What is the issue? Include screenshots / videos if possible!

    As you can see, you can’t read the text.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have already searched this question, but there aren’t any answers to it.

ZIndex property. This is the deciding factor of what your UI overlaps.

Thanks for this answer, but I also discovered the DisplayOrder property in ScreenGui, this other property also helps.