I have been trying to use the lua scripting API that G Hub provides but I have been limited by the fact that almost no native lua functions exist (e.g. "os" and "require").
Unfortunately, I don't think that the devs update the interpreter any more (last update was 11/2020 according to the included API spreadsheet) so the only way, would be to find a solution ourselves.
So.... Is there any way to get access to the native lua functions through G Hub? I saw an extension that used luajit for some added functionality and thought of passing the functions in the global environment table but I couldn't access them in G Hub.