Skip to content
/ Crimson Public

A modern, sleek UI library for Roblox featuring a crimson-themed design with clean aesthetics and smooth interactions.

Notifications You must be signed in to change notification settings

am0y/Crimson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Crimson

A modern, sleek UI library designed for Roblox exploits featuring a crimson-themed design with clean aesthetics and smooth interactions.

Features

  • Modern glassmorphism design
  • Smooth animations and transitions
  • Crimson color scheme with dark theme
  • Fully customizable components
  • Easy-to-use API
  • Premium-looking UI elements
  • Clean and minimal aesthetic
  • Compatible with popular Roblox executors (Xeno, Solara, Synapse Z, Wave ...)

Installation

-- For executors/exploits
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/am0y/Crimson/main/source.lua"))()

-- Example implementation
local Window = Library:CreateWindow("Crimson")
local Tab = Window:CreateTab("Combat")
local Section = Tab:CreateSection("Aimbot")

Section:CreateToggle("Silent Aim", "Advanced targeting system", function(state)
    print("Toggle state:", state)
end)

Components

  • Tabs system
  • Sections
  • Toggles with animations
  • Clean user panel
  • Draggable window
  • Smooth transitions
  • Executor-friendly elements

Preview

[Add your UI preview image here]

Compatibility

  • Solara
  • Xeno
  • Synapse Z
  • Wave
  • ...

Credits

Created by am0y Design inspirations

About

A modern, sleek UI library for Roblox featuring a crimson-themed design with clean aesthetics and smooth interactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages