CreateStyledMessageDialog (Function)

From Legacy Roblox Wiki
Jump to navigationJump to search
CreateStyledMessageDialog( string title, string message, string style, 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 contains a 'Text' and 'Function' field for the text/callback of each button, style is a string, either 'Error', 'Notify' or 'Confirm'.


See Also