Create
Execute Menu:Create to create a new Dialog.
Parameters
Menu:Create(title, description?, position?, banner?)| Name | Type | Description | Required |
|---|---|---|---|
| title | string | The title of the dialog | Yes |
| description | string | The description of the dialog | No |
| position | string | The position of the menu. e.g. top-left | No |
| banner | string | A color, or an image url | No |
Example
client/example.lua
local menu--[[Menu]] = Menu:Create('Title', 'Description', 'top-right', '#fff');