Skip to content
On this page

RpgGui

List of Prebuilt GUI


Prebuilt GUI

  • Enum: string
TagDescription
PrebuiltGui.Dialogrpg-dialog
PrebuiltGui.MainMenurpg-main-menu
PrebuiltGui.Shoprpg-shop
PrebuiltGui.Disconnectrpg-disconnect
PrebuiltGui.Gameoverrpg-gameover
PrebuiltGui.Saverpg-save
PrebuiltGui.Controlsrpg-controls
PrebuiltGui.Notificationrpg-notification
  • Usage:

Pre-made GUIs already exist. For example, the command player.showText() displays the rpg-dialog component. It is up to you to customize the component or take advantage of the @rpgjs/default-gui module which already contains ready-made components

RpgGui API