local repo = 'https://[Log in to view URL]'
local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local ThemeManager = loadstring(game:HttpGet(repo .. 'addons/ThemeManager.lua'))()
local SaveManager = loadstring(game:HttpGet(repo .. 'addons/SaveManager.lua'))()
local Window = Library:CreateWindow({
    Title = 'MainHub',
    Center = true, -- Set Center to true if you want the menu to appear in the center
    AutoShow = true, -- Set AutoShow to true if you want the menu to appear when it is created
})
local Tabs = {
    Main = Window:AddTab('Main'), -- If you want to Create more tab, just copy this then change Name
    ['UI Settings'] = Window:AddTab('Settings'), -- This is settings tab, you can delete this if you want
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: