Folder

Afficher les obsolètes

A simple container used to hold and organize Roblox instances. Unlike other container classes like Model, a folder generally offers no additional functionality. Folders behave the same way as folders in a computer file system, meaning they can also be parented to each other.

Usage in UI Hierarchies

Each Folder in your UI hierarchy can define its own UILayout (UIListLayout, UIGridLayout, UIPageLayout, UITableLayout), or use a default position-based layout. For example, you can set up a Frame with multiple Folder children, each with a different UILayout type. Additionally, Folder contents are exempt from the effects of a UILayout sibling.

Propriétés

Méthodes

Évènements