local t = { func = function() end } if type(t.func) == type(t.func) then print("ok") else print("not ok") end
wh