StarterGui
StarterGui is a service in Roblox's engine that provides a way to manage and display user interface elements within a player's game session. When a player joins a Roblox experience, a copy of the contents of StarterGui is automatically placed into the player's PlayerGui. PlayerGui is a specific instance within the Player object that holds all the GUI elements a player can see and interact with.
The primary purpose of StarterGui is to serve as a template for the user interface. Developers place
This service is crucial for creating interactive experiences. Developers can use scripts attached to UI elements