-
Title
-
I'm making a [roblox emulator](https://git.itzana.me/StrafesNET/roblox_emulator) and noticed it would be convenient to directly implement mlua::UserData on types such as CFrame. My expectation is tha…
-
## Describe the bug
When building a luarocks package with a custom build backend (e.g. luarocks-build-rust-mlua), or that has test dependencies (e.g. `nlua`), luarocks does not pick up these depend…
-
Currently, when calling `register_userdata_type(|reg: UserDataRegistry| {})`, the closure runs immediately and registers fields/methods on `reg` even if the type `T` is never actually used in a Lua sc…
-
## Luau Source
script.luau
```luau
local mt = setmetatable({}, {
__index = function()
return require("./test")
end})
print(mt.test)
```
test.luau
```luau
return {}
```
#…
-
Got this error when trying to load the Racing Roblox template place:
```
-
I haven't looked into Lune's source code much at all so I don't have an inkling of what the underlying issue is, but if lots of requests are sent in succession, the request handler stops responding fo…
-
Code:
```lua
function a(n)
return a(n)
end
a(19283)
```
Rust-side code:
```rust
let lua = Lua::new_with(
LuaStdLib::ALL_SAFE,
LuaOptions::new().catch_rust_pa…
-
Well, what's one of the most useless features to add to this simple game ? Multiplayer and modding of cource.
~~I'd like to use https://extism.org/ for it. Because it supports multiple "plugin" lan…
-
GameBot is designed to work for years without human operations. GameBot should be self upgradable, because mobile games iterating fast. GameBot relies on AccessibilityService and MediaProjection, and …
tkkcc updated
1 month ago