List Question
20 TechQA 2024-02-05T13:58:57.447000Approaching OOP in Lua
56 views
Asked by user3204810
Recursive metamethod __index?
78 views
Asked by Daniel
A metatable of a metatable doesn't work in Lua
26 views
Asked by dawidmyk
Lua __lt not working with table.sort even though it is defined
44 views
Asked by Aidan Habedank
Lua - How to log nested table access/writes without creating a "proxy" index outside of the metatable?
131 views
Asked by karl-police
How to use metatables to monitor changes made to an embedded table? (Lua)
62 views
Asked by OverflowOfQuestions
__add not working in custom Vector3 class
90 views
Asked by TheJalfireKnight
Why doesn't the __call metamethod work in this Lua class?
431 views
Asked by Bernard Langham
Lua the __ipairs function implemented does not end the loop
270 views
Asked by Rider
Set the meta table for the lua meta table
113 views
Asked by Rider
Lua Cant Create Object
87 views
Asked by KRIShark
Importing class and using its methods accross files
84 views
Asked by jmelger
Nesting of operators in Lua does not give correct answer
38 views
Asked by mathsbeauty
Why in lua, whith metavalue __index, t = {_index} is nil?
67 views
Asked by SpaceChaton
Index a JS object like a Metatable in Lua
102 views
Asked by Anon753123
Metatable in Module Script not excetuting Roblox
433 views
Asked by The Bob
Currying operations in lua
117 views
Asked by mathsbeauty
Retrieve an attribute from the same table in LUA
165 views
Asked by BADZY