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

local Window = Rayfield:CreateWindow({
   Name = "SCRIPT HUB",
   LoadingTitle = "Tayevion Hub",
   LoadingSubtitle = "by __iiamdiorr",
   ConfigurationSaving = {
      Enabled = true,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "FE Hub"
   },
   instagram = {
      Enabled = True,
      Invite = "__iiamdiorr", -- The Discord invite code, do not include discord.gg/
      RememberJoins = true -- Set this to false to make them join the discord every time they load it up
   },
   KeySystem = true, -- Set this to true to use our key system
   KeySettings = {
      Title = "FE HUB KEY",
      Subtitle = "Key System",
      Note = "DM ON INSTAGRAM FOR KEY __iiamdiorr",
      FileName = "SiriusKey",
      SaveKey = true,
      GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
      Key = "https://[Log in to view URL]"
   }

    local MainTab = Window:CreateTab("🏠 Home", nil) -- Title, Image})
    local Section = Tab:CreateSection("Main",true/false) -- The 2nd argument is to tell if its only a Title and doesnt contain elements

        Rayfield:Notify({
	Title = "You excuted the script",
	Content = "very good GUI",
	Duration = 5,
	Image = nil,
	Actions = { -- Notification Buttons
		Ignore = {
			Name = "Okay!",
			Callback = function()
				print("The user tapped Okay!")
			end
		},
	},
})

  local Button = MainTab:CreateButton({
   Name = "Infinite Jump",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
local InfiniteJumpEnabled = true
game:GetService("UserInputService").JumpRequest:connect(function()
	if InfiniteJumpEnabled then
		game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
	end
end)
   end,

    local Button = MainTab:CreateButton({
   Name = "infine Yield",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})
                
})

 local Button = MainTab:CreateButton({
   Name = "Teleport to player",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

 local Button = MainTab:CreateButton({
   Name = "Click to teleport",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
  
   end,
})

    local Button = MainTab:CreateButton({
   Name = "Magnetize To Player",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
   
   end,
})

    local BrawlTab = Window:CreateTab("brawl 2 Scripts", nil) -- Title, Image
    local Section = Tab:CreateSection("brawl 2 Scripts",true/false) -- The 2nd argument is to tell if its only a Title and doesnt contain elements
        
    local Button = brawlTab:CreateButton({
   Name = "Brawl 2",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()

   end,
})

    local FeTab = Window:CreateTab("Fe Scripts", nil) -- Title, Image
    local Section = FeTab:CreateSection("Fe Scripts",true/false) -- The 2nd argument is to tell if its only a Title and doesnt contain elements


    local Button = FeTab:CreateButton({
   Name = "Fe Orbit",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

 local Button = FeTab:CreateButton({
   Name = "Fe ServerSide trolling hub",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,


   Rayfield:Destroy()

    local Button = FeTab:CreateButton({
   Name = "Fe ServerSide in BETA 4",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
require(0x354a86a25)('username', --[[Color1]]Color3.fromRGB(71, 148, 253), --[[Color2]]Color3.fromRGB(71, 253, 160), --[[Blur]]true)
   end,
})


  local Button = FeTab:CreateButton({
   Name = "Fe Destroyer",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

  local Button = FeTab:CreateButton({
   Name = "Fe Sensation serverside ",
   Info = "Button info/Description.", -- Speaks for itself, Remove if none.
   Interact = 'Changable',
   Callback = function()
   -- Sensation Hub
require(100263845596551)("Username", ColorSequence.new(Color3.fromRGB(71, 148, 253), Color3.fromRGB(71, 253, 160)), "Standard")
   end,
})

Embed on website

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