i am trying to make a library with the following structure:
library.lualuna.luafor some reason, the onStart function in the library isn't called. i've tested playing a sound effect in the global scope of library.lua and luna.lua, as well as within a new onStart function within luna.lua, and these all trigger. but if it's specifically within the onStart specified within a require, it doesn't work. why is this happening?
library.lua
Code:
function onStart() --Do stuffend
Code:
require("library")
Statistics: Posted by DigitalDetective47 — Thu May 01, 2025 2:56 am