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

local Window = Rayfield:CreateWindow({
   Name = "Murderers Vs Sheriffs Duels Script",
   LoadingTitle = "Example Hub",
   LoadingSubtitle = "by VoltHub",
   ConfigurationSaving = {
      Enabled = false,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "Youtubeexamplehub"
   },
   Discord = {
      Enabled = true,
      Invite = "VoltHub", -- 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 alse, -- Set this to true to use our key system
   KeySettings = {
      Title = "Murderers Vs Sheriffs Duels|key",
      Subtitle = "Link In Discord Server",
      Note = "Join Server From Misc Tab",
      FileName = "examplehubkey",
      SaveKey = false,
      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: