Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
makereadonly(t: table): ()
t
table
void
<<<<<<< HEAD makereadonly(getrawmetatable(game)) ======= -- makereadonly(t: table): () >>>>>>> 50e30f53759b0538759af25c9b271514aa2c9290
local cfg = {speed = 16} makereadonly(cfg) cfg.speed = 100 --> errors: attempt to modify a readonly table