Skip to content

make_readonly

Description:

This function demonstrates the usage of the make_readonly API.

Example:

-- Make an object read-only
local myObject = Instance.new("Part")

make_readonly(myObject)