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

local Window = Rayfield:CreateWindow({
    Name = "T_T Hub",
    LoadingTitle = "T_T Hub",
    LoadingSubtitle = "powered by Chaos Lord",
    ConfigurationSaving = {
        Enabled = false,
        FolderName = nil,
        FileName = "Chaos hub"
    },
    Discord = {
        Enabled = false,
        Invite = "yourdiscordinvite", -- Optional
        RememberJoins = true
    },
    KeySystem = false, -- Set to true to enable key system
    KeySettings = {
        Title = "T_T Hub Key",
        Subtitle = "Enter your access key",
        Note = "Join our Discord for the key",
        FileName = "T_TKey",
        SaveKey = true,
        GrabKeyFromSite = false,
        Key = {"yourkeyhere"}
    }
})

local MainTab = Window:CreateTab("settings", 4483362458)
local MainSection = MainTab:CreateSection("Main")

Rayfield:Notify({
   Title = "Excution Started",
   Content = "VERY OP GUI!",
   Duration = 5,
   Image = nil,
   Actions = { -- Notification Buttons
      Ignore = {
         Name = "Okay!",
         Callback = function()
         print("The user tapped Okay!")
      end
   },
},
})

Embed on website

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