Ok? Lol
local function isMetatableProtected(target: Instance|any): boolean
return not pcall(setmetatable, target, getmetatable(target))
end
Ok? Lol
local function isMetatableProtected(target: Instance|any): boolean
return not pcall(setmetatable, target, getmetatable(target))
end