Fluent UI variant of the Fyy Fish IT hub, designed as an alternate interface for the same Fish IT automation ecosystem.
scripts/FyyFishITFluent.lua provides a Fluent-based Fish IT experience. It uses Fluent's SaveManager and InterfaceManager, builds a wide tab layout, and covers player tools, Fish IT automation, shop, teleport, events, enchant, webhook, settings, and config sections.
| Area | Features |
|---|---|
| Info | welcome panel, support button, basic script information |
| Player | WalkSpeed, Infinite Jump, NoClip, Walk On Water, oxygen/radar helpers, respawn-position helper |
| Main / Auto | fishing automation and core Fish IT runtime controls |
| Shop | shop-related actions and purchase helpers |
| Teleport | map/location movement shortcuts |
| Totem / Quest / Event | progression and event helper panels |
| Trade / Enchants | trade/enchant oriented controls |
| Webhook | notification/reporting configuration |
| Config | Fluent save/load sections through SaveManager and InterfaceManager |
load Fluent library
-> create Fyy X Fish IT window
-> build tabs
-> attach SaveManager and InterfaceManager
-> run feature callbacks through Roblox services/remotes
Use this script when Fluent UI is preferred over WindUI or when testing compatibility between UI frameworks.
Do not expose raw library URLs, webhook endpoints, or private service details in public docs.