OrionLib:MakeNotification({
Name = "!",
Content = "Notification content... what will it say??",
Image = "rbxassetid://4483345998",
Time = 5
})
local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "Rise Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
local PlayerTab = Window:MakeTab({
Name = "Player",
Icon = "",
PremiumOnly = false
})
local Section = PlayerTab:AddSection({
Name = "Player"
})
To embed this project on your website, copy the following code and paste it into your website's HTML: