mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 23:12:36 +00:00
[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>
10 lines
290 B
Plaintext
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
|