[Release][Dev] NativeUILua

I am having issues with the NativeUI. Since they took down Mello Trainer i am trying to use the EasyAdmin menu but i am having issues getting it working.

resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'

--[[
--All items unpacked

client_scripts {
    "Utils.lua",
    "elements/UIResRectangle.lua",
    "elements/UIResText.lua",
    "elements/Sprite.lua",
    "elements/StringMeasurer.lua",
    "elements/Badge.lua",
    "elements/Colours.lua",
    "items/UIMenuItem.lua",
    "items/UIMenuCheckboxItem.lua",
    "items/UIMenuListItem.lua",
    "items/UIMenuSliderItem.lua",
    "items/UIMenuColouredItem.lua",
    "items/UIMenuprogressItem.lua",
    "windows/UIMenuHeritageWindow.lua",
    "panels/UIMenuGridPanel.lua",
    "panels/UIMenuColourPanel.lua",
    "panels/UIMenuPercentagePanel.lua",
    "UIMenu.lua",
    "MenuPool.lua",
    "MenuExample.lua",
}

--All items packed
--]]

client_script "@NativeUI/NativeUI.lua"
client_script "NativeUI.lua"

In the read me it says to put client_script “@NativeUI/NativeUI.lua” in the _resource.lua so i did that, but still nothing. And on the EasyAdmin page HERE, it says Required Resources: NativeUI. Is there an installation tutorial on youtube or how can i get this working.