This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() | |
| local Window = OrionLib:MakeWindow({Name = "Phantomic's Universal HUB", HidePremium = false, IntroText = "Phantomic's Universal HUB", SaveConfig = true, ConfigFolder = "Configuration"}) | |
| local Player = game.Players.LocalPlayer | |
| local PlayerGUI = Player:FindFirstChild("PlayerGui") | |
| local Humanoid = Player.Character:FindFirstChild("Humanoid") | |
| local CoreGui = game:GetService("CoreGui") | |
| local TeleportService = game:GetService("TeleportService") | |
| local ChatService = game:GetService("Chat") | |
| local Players = game:GetService("Players") |