Max GUI display order / or Alway on top Ui

Does anyone know the max ScreenGui display order, or how to make a Ui Always On Top?

I think you are asking how to adjust the hierarchy of UI’s. You can do this through ZIndex & Display Order.

1 Like

Zindex property found in UI elements, higher number, higher priority (by priority I mean it will be shown on top on other UI elements with a lower zindex value.)

The max DisplayOrder is 2147483647.

2 Likes