Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "المنشئ ياسمين", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Tab 1",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "anas"
- })
- OrionLib:MakeNotification({
- Name = "anas!",
- Content = "Notification content... what will it say??",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- Tab:AddToggle({
- Name = "This is a toggle!",
- Default = false,
- Callback = function(Value)loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
- print(Value)
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment