1. hi,

    I have a CUI interface that appears in front of the game interface.
    Since some updates, the game interface is displayed in front of my CUI.

    Sceen : Sans titre.png

    Is there a method to force my CUI to be in front of the game interface?
     
  2. i have that but mine is from info panel - when i die the info panel boxes are on my death screen.
     
  3. pdr

    pdr

    I don't remember method, which u could use to realize it, but it's easy. U should look at the code of QuickSort for Rust | Oxide .
     
  4. You need to change parent in "Hud.Menu"
     
  5. Perfect !
    Thanks a lot for your answers.