Issue Description
The description of the __len
operator mentions that it only works with userdata objects, which is no longer true. The rawlen
function that can be used to avoid the __len
overload should be mentioned in the Lua Globals page near the other ‘raw’ functions.
Issue Area: Documentation Content
Page URL: Metatables | Roblox Creator Documentation and Lua Globals | Roblox Creator Documentation