[NUE] Incorrect Insertion Formatting
Posted by Player on Nov 12th 2022, 5:17AM
for _i, event in pairs(oh.Events) do
event:Disconnect()
end

for original, hook in pairs(oh.Hooks) do
local hookType = type(hook)
if hookType == "function" then
hookFunction(hook, original)
elseif hookType == "table" then
hookFunction(hook.Closure.Data, hook.Original)
end
end

local ui = importCache["bpassetid://642"]
local assets = importCache["bpassetid://642"]

if ui then
unpack(ui):Destroy()
end

if assets then
unpack(assets):Destroy()
end
end
}

does not format correctly blame Dwayne the rock johnson