Screen UI

The ScreenGUI asset allows you to create custom UI for the screen. This doc goes over how to set up the Screen UI in Roblox.

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.

Last updated