local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "Jayy hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"}) 

local Tab = Window:MakeTab({
	Name = "Null shard autofarm",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

local Section = Tab:AddSection({
	Name = "Section"
})

--[[
Name = <string> - The name of the section.
]]








OrionLib:MakeNotification({
	Name = "Test",
	Content = "Jayy hub loaded..",
	Image = "rbxassetid://4483345998",
	Time = 5
})

--[[
Title = <string> - The title of the notification.
Content = <string> - The content of the notification.
Image = <string> - The icon of the notification.
Time = <number> - The duration of the notfication.
]]

Embed on website

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