CreateMessageDialog (Function)

From Legacy Roblox Wiki
Jump to navigationJump to search
CreateMessageDialog( string title, string message, table buttons )
Returns Instance messageContainer
Description: Returns a gui object of a message box with title and message as passed in. buttons input is an array of tables that contains a 'Text' and 'Function' field for the text/callback of each button.


See Also