mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* Automatic changelog compile [ci skip]
* Update readme.md
* Automatic changelog compile [ci skip]
* what
* Wow
* Foiled by my very own grep check
* dont tell anyone i forgot to update basemaps
* The gags vendor updatepath script is broken
* can be untg-edited later just want to see TGU running soon
* Revert "can be untg-edited later just want to see TGU running soon"
This reverts commit c14b2be919.
* I like this better
* test
* i am sleep deprived
* Humanoid screenshot tests 4 backpack resprite
* infils have backpacks too apparently
* makes bloodsuckers not cooldown anymore
* removes more cooldowns
* fixes some bugs
Co-authored-by: Changelogs <action@github.com>
Co-authored-by: JohnFulpWillard <53777086+JohnFulpWillard@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
|