πFluent
This page contains information that will help you create Fluent interface
Creating Library
local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))()Accessibility
Fluent is accessible from any function
function Init()
local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))()
end
function Test()
print(Fluent.Options)
end
Init()
Test()Creating Window
Themes
Key Codes
Creating Options
Creating Notifications
Creating Dialogs
Creating Tabs
Tab (Settings) With Interface And Configs
Selecting Main Tab
Icons
Creating Sections
Creating Paragraphs
Creating Buttons
Creating Toggles
Event Handling
Changing Value
Creating Sliders
Event Handling
Changing Value
Creating Dropdowns
Multiple Dropdown
Event Handling
Changing Value
Creating Colorpickers
Transparency Colorpicker
Event Handling
Changing Value
Creating Keybinds
Event Handling
Changing Value
Creating Inputs
Event Handling
Changing Value
Toggle Gui Transparency
Toggle Acrylic (Blur)
Destroy Fluent
Last updated





