Files
Bubberstation/config/lua.txt
Zonespace 15a223ff2d [MIRROR] Admin lua scripting (#65635) (#15118)
[Ready for Review] Admin lua scripting (#65635)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>

Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2022-07-24 19:55:53 +01:00

10 lines
290 B
Plaintext

## This file allows server hosts to specify the paths that the lua function "require" searches for modules in.
## The character '?' will be replaced with the name of the module being searched.
LUA_PATH ?
LUA_PATH ?.lua
LUA_PATH ?.luau
LUA_PATH lua/?
LUA_PATH lua/?.lua
LUA_PATH lua/?.luau