blinxgh / Gui-Guide

how to make a gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gui-Guide

how to make a gui in roblox studio

Step 1

Insert a ScreenGui into StarterGui like this: .

#Step 2 Insert a 'Frame' into the ScreenGui like this: .

#Step 3 Customize the 'Frame' to how ever you like, use the property BackgroundColor3 to change the color like this: .

#Step 4 Add buttons, labels, frames, images and other objects into that frame like this: .

#Step 5 If you want to add script into the buttons, add a LocalScript like this: .

#Step 5 Button click, to call a script from a button type in the local script this: click here: .

You just made a script! Press F9 to see the results.

About

how to make a gui