roblox_roblox1098

Untitled

Dec 20th, 2023
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "المنشئ ياسمين", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3. local Tab = Window:MakeTab({
  4. Name = "Tab 1",
  5. Icon = "rbxassetid://4483345998",
  6. PremiumOnly = false
  7. })
  8. local Section = Tab:AddSection({
  9. Name = "anas"
  10. })
  11. OrionLib:MakeNotification({
  12. Name = "anas!",
  13. Content = "Notification content... what will it say??",
  14. Image = "rbxassetid://4483345998",
  15. Time = 5
  16. })
  17. Tab:AddToggle({
  18. Name = "This is a toggle!",
  19. Default = false,
  20. Callback = function(Value)loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  21. print(Value)
  22. end
  23. })
Advertisement
Add Comment
Please, Sign In to add comment