menu refers to the return value of Menu:Create

Show

Execute menu:Show to show the menu.

Parameters

menu:Show()

Example

client/example.lua
local menu--[[Menu]] = Menu:Create('Title', 'Description', 'top-right', '#fff');
 
local placeholder = menu:AddPlaceholder('Placeholder');
 
menu:Show(); -- Will show a menu with a Placeholder.