> For the complete documentation index, see [llms.txt](https://themattempire.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themattempire.gitbook.io/documentation/archive/roblox/user-interface-ui/screen-ui.md).

# Screen UI

Screen UI is your standard UI that is placed around the screen much like any desktop or Mobile experience. This can be used for anything such as scores, health, level etc.

## Adding a ScreenGUI

* Go down to the StarterGUI folder in the Explorer window.
* Click the '+' Icon next to the 'StarterGUI' and add a 'ScreenGui' asset.
  * Type in ‘Screen’ to help find it.
* That's it! You can add your UI Elements under this 'ScreenGui' asset.
