Chapter 6: Creating User Interfaces for All Devices
In this chapter, we will learn everything about graphical user interfaces (GUIs). We will learn about the different types of GUIs, what makes them different, and what they are generally used for. Besides this, we will learn how to properly build GUIs and scale them for all devices on Roblox. Then, we will learn how to use the emulator built into Roblox Studio to test the user interface (UI) of our game on different devices with different resolutions. Finally, we will also learn about the small things we need to keep in mind when creating our GUIs, such as color blindness and the navigation of our GUIs.
The following topics will be covered in this chapter:
- Creating GUIs
- Testing GUIs
- Small UI improvements
- Exercise 6.1—Creating a shop GUI
By the end of this chapter, you will know how to properly build GUIs for your game that scale on multiple devices. In addition, you will learn about all of the major...