Page cover

πŸ“„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

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

Documentation

Creating Options

Options are used by the library to save the elements to access them in the future

Creating Notifications

Creating Dialogs

Creating Tabs

Tab (Settings) With Interface And Configs

Selecting Main Tab

Icons

Creating Sections

Section can be used as a parent for any element instead of a tab

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