Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

explain of gui confused??

Asked by
Code1ng 15
4 years ago
Edited 4 years ago

I heat this somewhere befoire. What does it mean? thank you

3 answers

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

G.U.I. stands for Graphical User Interface. A graphical user interface that can contain information on parts or on the screen of someone's client. In Roblox, people commonly put their ScreenGUIs in StarterGui in order to make a menu, rules, or game passes on a game when they join the game or reset their character. There are many different types of GUIs that you can use for different use cases.

You can use a SurfaceGui to put a GUI on a part for labeling a button, making a leader board, or any use case that you want the information to be physically in the game and to adapt with the player's point of view. If you want it to be on the clients screen, you can use a ScreenGui to make it happen as stated above. If you have any questions about using GUIs, I would recommend that you keep posting questions on SH and they will be answered as quickly as possible.

If you would like to figure out how to make a GUI, I would recommend visiting Roblox's official development website's post about GUIs: https://developer.roblox.com/en-us/articles/Intro-to-GUIs

Ad
Log in to vote
0
Answered by
Psudar 882 Moderation Voter
4 years ago
Edited 4 years ago

GUI means Graphical User Interface.

For example; a GUI could be something like a button, a text box, a frame, an image, anything like that.

More info here: https://developer.roblox.com/en-us/api-reference/class/GuiObject

Log in to vote
0
Answered by
B_rnz 171
4 years ago

Gui means Graphical User Interface. This can be changed in any way sorts of form how you'd like it.

Anyways for more info: here

Answer this question