-
I was wondering if Sol would be expected to work with [Luau](https://luau-lang.org/) as well as it does with "pure" Lua. I expect to try it out in a test application at some point (and can report back…
-
I know lua has io.read and io.write, but luau, being rebuilt from scratch it seems, doesn't. Roblox doesn't need io perhaps but it is much better looking at luau which is faster than base lua.
Curr…
-
Right now, you can write code that accesses things like `io.open` and your Lemur tests will still pass, while obviously failing in Roblox itself.
I imagine there are cases where it's useful to acce…
-
When using run-in-roblox in a `windows-latest` GitHub Action I get the error `Timeout reached while waiting for Roblox Studio to come online`. This happens 100% of the time in the action but I am not …
-
Alright now that I'm done with the configuration system for now I'm going to move onto wrapping the systems into the lua programming language which is going to be the main scripting language for this …
-
In Roblox Lua, you can declare a module-level function declaration in a function scope:
```lua
local function Fiber(flag: boolean)
function shortcut() -- selene should warn that this needs to be …
-
Hello, i really like your project so there is some help
I haven't really checked if you reimplemented debug yet, but here is the Lua C API implementation of the lacking in Roblox debug library http…
-
Using the following script rbxmk produces a ``.rbxm`` file that crashes roblox studio.
Through some debugging I've determined that it's related to the PrimaryPart property on ``Model1``
PoC Script…
-
[sumneko.lua](https://github.com/sumneko/lua-language-server) Is currently the best lua language server for VSCode and has been forked to be used as roblox/other lua based game scripting.
Based on th…
-
Jest Lua currently depends on an internal Roblox API that requires flipping the `FFlagEnableLoadModule` flag. This makes adoption more difficult for many developers.
It's not clear how we can actua…