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

local Window = Rayfield:CreateWindow({
   Name = "Grow a garden 2 script",
   LoadingTitle = "Z3N HUB",
   LoadingSubtitle = "by Z3N",
   ConfigurationSaving = {
      Enabled = true,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "Z3N HYB"
   },
   Discord = {
      Enabled = false,
      Invite = "sirius", -- 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 = "Sirius Hub",
      Subtitle = "Key System",
      Note = "Join the discord (discord.gg/sirius)",
      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]"
   }
})

Embed on website

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