mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
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
|