Inside your ScreenGui , you can add TextButtons , Frames , and TextLabels to build your interface. Writing a Simple FE-Compatible Script

A in this context refers to scripts that control Graphical User Interfaces (screens, buttons, text labels, etc.) while respecting FE. An "FE GUI script" is simply a script that manages GUIs without breaking the server-client trust model.

To understand an FE GUI script, you must first understand the split between Client and Server.