FAQs
When I drag and drop a model into a world nothing happens?
One of the following issues is likely occuring:
-
If this is not a world you own or one you are running locally, you likely do not have admin privledges.
-
If you own the world and have assigned an
ADMIN_CODE
in your.env
you will need to give yourself priviledges with/admin <admin-key>
. By default if you do not assign an<admin-key>
all users have admin privledges.
cp .env.example .env
- There is currently an error involving some models with draco textures. Please try with the model included in this repo at: hyperduck.glb
I need a random number. Math.random() has security issues. What should I do?
Use our global num
method created just for that.