local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "Que Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "Que"})

local CreditTab = Window:MakeTab({
	Name = "Credit",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

local Section = CreditTab:AddSection({
	Name = "Credit"
})

CreditTab:AddLabel("Credit to TheNight. Join Discord! discord.gg/bZY96jD7a55")

local PlayerTab = Window:MakeTab({
	Name = "Player",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

local Section = PlayerTab:AddSection({
	Name = "Player"
})

CreditTab:AddBind({
	Name = "Bind",
	Default = Enum.KeyCode.E,
	Hold = false,
	Callback = function()
	 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
	end    
})





OrionLib:Init()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: