diff --git a/Orion Lib/Orion Lib Example.lua b/Orion Lib/Orion Lib Example.lua index 3908e63..092f4d3 100644 --- a/Orion Lib/Orion Lib Example.lua +++ b/Orion Lib/Orion Lib Example.lua @@ -1,14 +1,14 @@ local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() OrionLib:MakeNotification({ - Name = "Krypted Hub", - Content = "Welcome To Krypted Hub! Have Fun!", + Name = "Wreston Hub", + Content = "Welcome To Wreston Hub! Have Fun!", Image = "rbxassetid://4483345998", Time = 5 }) -local Window = OrionLib:MakeWindow({Name = "Krypted Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "KryptedSaves"}) +local Window = OrionLib:MakeWindow({Name = "Wreston Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "KryptedSaves"}) --Player Tab-- @@ -59,4 +59,4 @@ SettingsSection:AddButton({ --Settings End-- -OrionLib:Init() --UI Lib End \ No newline at end of file +OrionLib:Init() --UI Lib End