Gui Tutorial
1. Getting Started
Tip: You can follow this tutorial in a file or using the REPL
Creating a new GUI
local myGui = gui.new()
Opening it
myGui.open()
Closing it
myGui.close()
Back
Creating a new GUI
local myGui = gui.new()
Opening it
myGui.open()
Closing it
myGui.close()