Logo Advanced Macros

  • Home
  • Docs
  • Resources
  • News
  • v9.0.2
  • GitHub
  • Home
  • Docs
  • Resources
  • News
  • GitHub
Edit icon  Improve this page

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()

basic gui

Closing it

myGui.close()


Back
Next
  1. Getting Started
  2. Adding a button
  3. Making it better
  4. Using an Image
  5. Using Code

Getting Started

  • Docs
  • Step by Step Tutorial

Guides

  • Installation
  • Quickstart
  • Support
  • Troubleshooting
  • Editing this site
  • Toggleable Script
  • Named Args
  • Object Oriented Programming

Reference

  • Events
  • Functions
  • HUD 2D
  • HUD 3D
  • Useful Addons
  • AM Utils

Tutorials

  • Automating the inventory
  • Build a GUI
  • This is a tutorial
  • This is another tutorial

Contents

The source for Advanced Macros is avalable on GitHub.

The contents of this website are
© 2022 under the terms of the MIT License.