1. BrickPlanet Forum
  2. Game & Scripting Discussion
  3. [NUE] Incorrect Insertion Formatting
[NUE] Incorrect Insertion Formatting
Player
Level 3
Joined Nov 12th 2022
Posts 5
Posted Nov 12th 2022 at 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

Search Forum

Thread Info

Replies
0
Views
16
Created Nov 12th 2022
Last Reply Nov 12th 2022