Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 991 Bytes

docs.md

File metadata and controls

18 lines (13 loc) · 991 Bytes

ᐊ Return to repo

📜 API

This page gathers the constructor, the methods and the events of the WebUI3d2d class

This page gathers the the methods of the Player class related to this library


📦 Setup

  • Download WebUI3d2d and add it in the /Server/Packages/ folder of your server
  • Rename the folder you just added in /Server/Packages/ (from WebUI3d2d-main to webui3d2d)
  • Load the WebUI3d2d library in one of the following ways
    • A: By adding "webui3d2d" in the packages array of /Server/Cofig.toml
    • B: By adding "webui3d2d" in the packages_requirements array of a script (or gamemode) package