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 = "Title of the library", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "NIGHTSCRIPT | SCRIPT |",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- OrionLib:MakeNotification({
- Name = "The Script is not mine but this gui i made it",
- Content = "Credit For The Script I Forgot There name",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- Tab:AddButton({
- Name = "Fruit Battle Ground | Jumble | (KEY)",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/JumbleBumble/Scripts/main/FruitBattlegrounds.lua"))()
- end
- })
Advertisement