All about GUI UIs

Hello! Im confused about UIs and I need someone to help out and tell me what they do.

Thanks for all the info! (What I’m looking for is what each one does)

2 Likes

These are things you can put in UI elements to achieve various effects. Check the developer hub for all information on them.

Also please post in correct category next time.

The user interface (UI) is the point of human-computer interaction and communication in a device. This can include display screens, keyboards, a mouse and the appearance of a desktop. Now, you can search what are the following here:
examples:

UITableLayout | Roblox Creator Documentation 1
UIPadding | Roblox Creator Documentation
UIScale | Roblox Creator Documentation

Etc

1 Like

:slight_smile:

3 Likes

UIAspectRatioConstraint is some like size fixer thing

UiGridLayout lays out everything inside of your frame in a grid format

UIListLayout lays out everything inside of your frame in a list format

UICorner rounds your button/frame corners

1 Like

This would probably fit better in the #help-and-feedback section.
Each of these UI Layouts/Constraints have their own DevHub page
To get you started i’ll give you the first three

1 Like