Prompt and PromptQueue Arguments
A prompt can have multiple arguments (except for prompt arguments). This allows you to disable sanitation, enable input validation, and assign permission attachments, in a single prompt.
Here is the list of all arguments that you can use so far:
Argument Name | Key | Scope | Description |
---|---|---|---|
Anvil Prompt |
| Prompt | Changes the prompt to become an Anvil Prompt |
PlayerUI Prompt |
| Prompt | Changes the prompt to become a PlayerUI Prompt |
SignUI Prompt |
| Prompt | Changes the prompt to become a SignUI Prompt |
Disable Sanitation |
| Prompt | Disables input sanitation for a specific prompt |
Input Validation |
| Prompt | Validate an input for a certain prompt. Input Validation |
Post Command |
| PromptQueue | Add a command to execute after completion. PostCommand |
Post Command on Cancel |
| PromptQueue | Add a command to execute after completion is cancelled. PostCommand |
Last updated