if game.PlaceId == 3255508650 then
    local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()

    local Window = Rayfield:CreateWindow({
        Name = "FE Brawl 2",
        Icon = 0,  -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
        LoadingTitle = "BETA TAYEVION HUB",
        LoadingSubtitle = "by TAYEVION",
        Enabled = true,  -- Prompt the user to join your Discord server if their executor supports it
        Invite = "__iiamdiorr",  -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
        RememberJoins = true  -- Set this to false to make them join the discord every time they load it up
    })

    -- Key System = true, -- Set this to true to use our key systeam
    local KeySettings = {
        Title = "TAYEVION KEY System",
        Subtitle = "DM ME TO GET KEY",
        Note = "Instagram: __iiamdiorr",  -- Use this to tell the user how to get a key
        FileName = "HUB FE",  -- Unique name for the key file
        SaveKey = false,  -- Whether to save the user's key or not
        GrabKeyFromSite = true,  -- Set to true to grab the key from an external site (Pastebin)
        Key = {"https://[Log in to view URL]"}  -- List of keys that will be accepted, can be raw file links
    }

    -- Applying KeySettings to the window
    Window:SetKeySystem(KeySettings)
end

Embed on website

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