Skip to main content
Locks or unlocks a table - locked tables can’t have their contents changed until they’re unlocked.
Most commonly used to lock the table again after unlocking it.

Parameters

Returns

void

Example

Hook the __namecall metamethod, and prevent the <RemoteEvent> UpdateFPS from firing.
Unified wrapper equivalent to calling makereadonly or makewritable.