Script API - v1.26.20.20
    Preparing search index...

    Class CustomFormBeta

    A customizable form that lets you put buttons, labels, toggles, dropdowns, sliders, and more into a form! Built on top of Observable, the form will update when the Observables' value changes.

    Index

    Constructors

    Methods

    • Returns void

      Tell the client to close the form. Throws an error if the form is not open.

      This function can't be called in early-execution mode.

    • Returns boolean

      Returns true if the form is currently being shown to the player.

      This function can't be called in early-execution mode.

    • Returns Promise<boolean>

      Shows the form to the player. Will return false if the client was busy (i.e. in another menu or this one is open). Will throw if the user disconnects.

      This function can't be called in early-execution mode.