Function getrawmetatable() written in pure Luau (copyrawmetatable())

Ok? Lol

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