实验性
A simple message form UI, 2 buttons and a text body.
Sets the data for the text in the body of the message box. It is contained within a scroll view to allow for lots of text.
可选
Sets the data for the top button in the message box.
Sets the data for the bottom button in the message box.
Tell the client to close the message box. Throws FormCloseError if the message box is not open.
Returns true if the message box is currently being shown to the player.
Show this message box to the player. Will return a result even if the client was busy (i.e. in another menu). Will throw if the user disconnects.
静态
Creates a message box for a certain player. Use this instead of a constructor.
A simple message form UI, 2 buttons and a text body.