Post

Roblox Studio UI Tutorial Part 1: Learning UI Basics This is a basic tutorial on creating UI in Roblox Studio. Learn the basic concepts of UI, adding a Screen GUI, setting up frames, adding text labels, creating buttons, and copying product UIs.
Roblox Studio UI Tutorial Part 1: Learning UI Basics
1. 🎮 What is UI? Getting Started with Roblox Studio
  • ✅ UI stands for User Interface, which refers to all the elements that users see and interact with in the game.
  • ✅ A well-made UI enhances the game's immersion, while a poorly designed UI can drive users away.
  • ✅ Turn on Roblox Studio and check the Explorer and Properties windows.
00:00 - 00:43
1. 🎮 What is UI? Getting Started with Roblox Studio
  • ✅ UI stands for User Interface, which refers to all the elements that users see and interact with in the game.
  • ✅ A well-made UI enhances the game's immersion, while a poorly designed UI can drive users away.
  • ✅ Turn on Roblox Studio and check the Explorer and Properties windows.
00:44 - 01:11
2. ➕ Adding a Screen GUI and Frame
  • ✅ Add a Screen GUI to StarterGui in the Explorer window.
  • ✅ Add a frame inside the Screen GUI to use as the basic box for UI elements.
01:12 - 01:30
3. 🎨 Decorating the Frame: Changing Colors
  • ✅ Adjust the size of the frame appropriately.
  • ✅ Change the background color in the Properties window to set the frame's color.
01:31 - 02:34
4. 📝 Adding and Setting Up Text Labels: Creating a Shop UI
  • ✅ Add a text label inside the frame to display the shop name.
  • ✅ Set the background of the text label to transparent and change the font color and size.
  • ✅ Change the label content to 'Shop' in the text field.
02:35 - 03:00
5. ❌ Adding a Close Button
  • ✅ Add a text button inside the frame to create a close button.
  • ✅ Adjust the size of the button and set the background color to red.
  • ✅ Change the font color and size, and enter 'X' as the text.
03:01 - 04:16
6. ⚔️ Creating a Product UI: Adding Image, Name, and Purchase Button
  • ✅ Add another frame inside the frame to create the background for the product UI.
  • ✅ Add an image label to display the product image.
  • ✅ Add a text label to display the product name.
  • ✅ Add a text button to create a purchase button. Set the background color to green.
04:17 - 04:46
7. ✨ Copying and Arranging Product UIs: Completing the Shop UI
  • ✅ Press Ctrl+W to copy the product UI frame.
  • ✅ Move the copied frame down to arrange it.
  • ✅ Change the image and text of each product UI as desired.
04:47 - 05:01
8. 🚀 Next Tutorial Preview
  • ✅ In the next tutorial, we will learn how to decorate the UI more beautifully.
로블록스로블록스스튜디오UI디자인게임개발강좌