Non market Libraries

Is there a way to create libraries without putting them on the market like you can create scripts for your own ? i’ve not seen a way yet

Try Pressing the Create Button in the Menu?

when i create a script and try to require it in a other script the module cannot be found if you mean that there is a library button in create, no

You need go make it a libary. But i think you can make it unlisted/Private.

1 Like

you can just load your library lua and then the lua you have the library included.
just make sure to make it like a library and return something in global state.
no need to put anything on the market.
the only downside is that you have to load your library lua yourself everytime.
it will not get auto loaded like the libraries on the market.

look on the market in open source libraries how the return something in global state.

this is btw. the correct way for debugging.
only upload functional libraries and luas to the market.