Create a new server-sided action form.
The title of the form.
Optional
content: stringThe content of the form; defaults to an empty string.
Readonly
buttonsThe buttons of the form.
The content of the form.
Protected
Readonly
formThe form id of the form.
The title of the form.
Readonly
typeThe type of form.
Static
formThe next form id to use when creating a new form.
Closes the form for a player.
The player to close the form for.
Shows the form to a player.
The player to show the form to.
The form response; the value of the form.
Shows the form to a player and returns a promise that resolves with the form response.
The player to show the form to.
A promise that resolves with the form response or null if the form was closed without a response.
These forms also contain a title and a context area, but developers can add as many buttons as they so desire. These buttons can also have textures that include either a resource path, or a url path.
Example Usage