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

local Window = Rayfield:CreateWindow({
   Name = "Quiet or Die ⭐",
   Icon = 0, 
   LoadingTitle = "kawaii hub ⭐",
   LoadingSubtitle = "loading in..",
   ShowText = "kawaii", 
   Theme = "Bloom", 

   ToggleUIKeybind = "V", 

   DisableRayfieldPrompts = false,
   DisableBuildWarnings = false, 

   ConfigurationSaving = {
      Enabled = true,
      FolderName = "KawaiiHubConfigBrat", 
      FileName = "Big Hub"
   },

   Discord = {
      Enabled = false, 
      Invite = "noinvitelink", 
      RememberJoins = true 
   },

   KeySystem = true, 
   KeySettings = {
      Title = "kawaii hub ⭐",
      Subtitle = "Key System",
      Note = "The key is strawberry", 
      FileName = "Keykawaii", 
      SaveKey = true, 
      GrabKeyFromSite = true, 
      Key = {"strawberry"} 
   }
})

local Tab = Window:CreateTab("Troll", 4483362458) -- Title, Image

Embed on website

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