make_writable Description: This function demonstrates the usage of the make_writable API. Example: -- Make an object writable local myObject = Instance.new("Part") make_writable(myObject) print("Object is now writable")