Parameters
Returns
void
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
makereadonly(t: table): ()
| Parameter | Type | Description |
|---|---|---|
t | table | The table to lock. |
void
makereadonly(getrawmetatable(game))
local cfg = {speed = 16}
makereadonly(cfg)
cfg.speed = 100 --> errors: attempt to modify a readonly table