isreadonly
function isreadonly(table: { any }): booleanParameter
Example
print(isreadonly({})) -- Output: false
print(isreadonly(getrawmetatable(game))) -- Output: trueLast updated
function isreadonly(table: { any }): booleanprint(isreadonly({})) -- Output: false
print(isreadonly(getrawmetatable(game))) -- Output: trueLast updated