getgenv().Config = {}

local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()

local Window = OrionLib:MakeWindow({Name = "FireServiceScripter - Arm Wrestle Simulator", HidePremium = false, SaveConfig = true, ConfigFolder = "ScreechHub", IntroText = "Screech Hub", IntroIcon = "rbxassetid://10851325055"})


local Tab = Window:MakeTab({
	Name = "DISCOVER OUR WEBSITE",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

Tab:AddButton({
	Name = "Discover Our Website",
	Callback = function()
      		setclipboard("https://[Log in to view URL]")
  	end    
})



setclipboard("https://[Log in to view URL]")

Embed on website

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