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
- Download WebUI3d2d and add it in the
/Server/Packages/
folder of your server - Rename the folder you just added in
/Server/Packages/
(fromWebUI3d2d-main
towebui3d2d
) - Load the WebUI3d2d library in one of the following ways
- A: By adding
"webui3d2d"
in thepackages
array of/Server/Cofig.toml
- B: By adding
"webui3d2d"
in thepackages_requirements
array of a script (or gamemode) package
- A: By adding