Skip to main content

client ui:createPopup

Frame ui:createPopup(id, title, message, type)

Creates a popup and returns it's frame


Parameters

TypeNameDescriptionOptional
stringidUnique popup id
stringtitleThe popup title
stringmessageThe popup message
UI_POPUP_TYPEtypeThe popup type (Default: GENERIC)

Returns

TypeDescription
FrameNo description