local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "KAIS TEST", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
local MainTab = Window:MakeTab({
Name = "Main",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Section = MainTab:AddSection({
Name = "Main Stuff"
})
MainTab:AddButton({
Name = "Button!",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
print("button pressed")
end
})
OrionLib:Init()
To embed this project on your website, copy the following code and paste it into your website's HTML: