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.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-04-21 14:00:50 +02:00
.github Refactor GitHub Actions workflow to use PowerShell syntax for version handling in release uploads, fixing an error 2025-01-02 00:08:56 +01:00
.vscode updated version to 1.0.5, and renamed interface toggle elements for consistency. Updated VSCode project file reference. 2025-01-03 22:38:21 +01:00
Addons Removed useless semicolons 2025-04-13 21:41:42 +02:00
Assets 2024-05-08 19:30:17 +02:00
Lune Update project configuration and build scripts: change rojo project file to 'default.project.json', add sourcemap generation for wally package types, and include 'Packages/_Index' in ignored files. 2025-01-02 14:18:49 +01:00
Src Fixed CustomDisplayer being a Function 2025-04-21 14:00:50 +02:00
.gitattributes 2024-05-08 19:30:17 +02:00
.gitignore feat: Searchable Dropdowns (#39) 2025-03-05 21:02:19 +01:00
.luaurc Refactor project structure and improve functionality across multiple files. Updated .gitignore to include new directories and files. Changed project name in default.project.json and adjusted file paths. Enhanced dropdown handling in UI elements to use more efficient value assignment. Updated GitHub workflows for better artifact management and release processes. Removed deprecated files and libraries to streamline the project. Improved error handling and signal management in UI components. 2025-01-01 23:30:45 +01:00
default.project.json Refactor project structure and improve functionality across multiple files. Updated .gitignore to include new directories and files. Changed project name in default.project.json and adjusted file paths. Enhanced dropdown handling in UI elements to use more efficient value assignment. Updated GitHub workflows for better artifact management and release processes. Removed deprecated files and libraries to streamline the project. Improved error handling and signal management in UI components. 2025-01-01 23:30:45 +01:00
Example.client.luau ref: rename Main to Library for consistency and enhance notification sound handling 2025-03-23 10:07:37 +01:00
Example.luau Refactor project structure and improve functionality across multiple files. Updated .gitignore to include new directories and files. Changed project name in default.project.json and adjusted file paths. Enhanced dropdown handling in UI elements to use more efficient value assignment. Updated GitHub workflows for better artifact management and release processes. Removed deprecated files and libraries to streamline the project. Improved error handling and signal management in UI components. 2025-01-01 23:30:45 +01:00
LICENSE Refactor project structure and improve functionality across multiple files. Updated .gitignore to include new directories and files. Changed project name in default.project.json and adjusted file paths. Enhanced dropdown handling in UI elements to use more efficient value assignment. Updated GitHub workflows for better artifact management and release processes. Removed deprecated files and libraries to streamline the project. Improved error handling and signal management in UI components. 2025-01-01 23:30:45 +01:00
place.project.json Refactor project structure and improve functionality across multiple files. Updated .gitignore to include new directories and files. Changed project name in default.project.json and adjusted file paths. Enhanced dropdown handling in UI elements to use more efficient value assignment. Updated GitHub workflows for better artifact management and release processes. Removed deprecated files and libraries to streamline the project. Improved error handling and signal management in UI components. 2025-01-01 23:30:45 +01:00
README.md Update README.md: Change image syntax for better compatibility, update icon references to include Phosphor icons 2025-01-01 23:33:41 +01:00
rokit.toml Refactor project structure and improve functionality across multiple files. Updated .gitignore to include new directories and files. Changed project name in default.project.json and adjusted file paths. Enhanced dropdown handling in UI elements to use more efficient value assignment. Updated GitHub workflows for better artifact management and release processes. Removed deprecated files and libraries to streamline the project. Improved error handling and signal management in UI components. 2025-01-01 23:30:45 +01:00
wally.toml updated version to 1.0.5, and renamed interface toggle elements for consistency. Updated VSCode project file reference. 2025-01-03 22:38:21 +01:00

Fluent Renewed

Fluent Renewed Title Fluent Renewed Title

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