mirror of
https://github.com/Stefanuk12/Fluent-Renewed.git
synced 2026-08-14 20:54:49 +00:00
An edited version of Fluent, a Roblox UI Library. This fixes various Bugs that were in the original Version and also gets updated frequently with new features.
- Luau 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| .vscode | ||
| Addons | ||
| Assets | ||
| Lune | ||
| Src | ||
| .gitattributes | ||
| .gitignore | ||
| .luaurc | ||
| default.project.json | ||
| Example.client.luau | ||
| Example.luau | ||
| LICENSE | ||
| place.project.json | ||
| README.md | ||
| rokit.toml | ||
| wally.toml | ||
Fluent Renewed
⚡ Features
- Modern design
- Many customization options
- Almost any UI Element you would ever need
🔌 Installation
You can load Fluent through a GitHub Release:
local Library = loadstring(game:GetService("HttpService"):GetAsync("https://github.com/ActualMasterOogway/Fluent-Renewed/releases/latest/download/Fluent.luau", true))()
local Library = loadstring(game:HttpGetAsync("https://github.com/ActualMasterOogway/Fluent-Renewed/releases/latest/download/Fluent.luau", true))()
📜 Usage
Example Script the studio environment
Example Script for an exploit environment
Credits
- Master Oogway - The master mind behind Fluent Renewed
- dawid - The master mind behind Fluent
- Lucide, Phosphor - The sexy icons
- richie0866/remote-spy - Assets for the UI, some of the code
- violin-suzutsuki/LinoriaLib - Code for most of the elements, save manager
- 7kayoh/Acrylic - Porting richie0866's acrylic module to lua
- Latte Softworks & Kotera - Bundler
- Pepsied-5229/Pepsi-UI-Library - Inspiration for new features, some of the code

