VINDICTA.TOP
Metatables · Function
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

isreadonly

Returns whether a table is frozen (read-only).

function isreadonly(tttableThe table to check.: table): booleanbooleantrue if the table is frozen.

Usage

Check table mutability
local t = table.freeze({})
print(isreadonly(t)) --> true