StarterGui

StarterGui is a container designed to hold GUI objects such as ScreenGuis. When a player's character spawns, children of this container are copied (along with their descendants) into the player's PlayerGui, an object which is automatically inserted into their Player object.

Last updated