Skip to main content

Loading Syde

Lastest Version Of Syde

local syde = loadstring(game:HttpGet("https://raw.githubusercontent.com/essencejs/syde/refs/heads/main/source",true))()

Loader Optional

syde:Load({
Logo = '7488932274',
Name = 'Lavender',
Status = 'Stable', -- {Stable, Unstable, Detected, Patched}
Accent = Color3.fromRGB(251, 144, 255), -- Window Accent Theme
HitBox = Color3.fromRGB(251, 144, 255), -- Window HitBox Theme (ex. Toggle Color)
AutoLoad = false, -- Does Not Work !
Socials = { -- Allows 1 Large and 2 Small Blocks
{
Name = 'Syde';
Style = 'Discord';
Size = "Large";
CopyToClip = true -- Copy To Clip (coming very soon)
},
{
Name = 'GitHub';
Style = 'GitHub';
Size = "Small";
CopyToClip = true
}
},
ConfigurationSaving = { -- Allows Config Saving
Enabled = true,
FolderName = 'since',
FileName = "hot"
},
AutoJoinDiscord = {
Enabled = true, -- Prompt the user to join your Discord server if their executor supports it
Invite = "CZRZBwPz", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
RememberJoins = false -- Set this to false to make them join the discord every time they load it up
},
})

Configuration Saving

  • To Enable Config Saving make sure Config Saving is enabled with a FolderName and FileName.
  • Then place this at the bottom of your code.
syde:LoadSaveConfig()
The loader is optional

Some features may not load like discord, config saving, And themes.