Main WindUI release script for Fish IT, built around Fyy Community styling, config persistence, and broad automation panels.
scripts/FyyFishITWindUI.lua is the largest Fyy-branded Fish IT script in this repo. It creates the Fyy X Fish IT WindUI window, applies an AMOLED-style theme, manages local config files, and exposes Fish IT automation through a multi-tab interface.
| Area | Features |
|---|---|
| Player | WalkSpeed, Infinite Jump, NoClip, utility movement helpers, quality-of-life toggles |
| Fishing | instant fishing modes, automation flows, radar/oxygen helpers, selected workflow toggles |
| Inventory | auto-sell, auto-favorite, item/rod-oriented helpers |
| Shop | purchase helpers and shop-related automation |
| Teleport | location navigation and shortcut controls |
| Event / Quest | event-specific helpers, quest/totem/enchant related panels |
| Webhook | user-configurable notification/reporting controls |
| Config | save/load/autoload user settings through local config files |
load UI library
-> create WindUI window
-> apply theme
-> register config objects
-> create tabs
-> attach callbacks to Roblox services/remotes
The script uses a local config folder pattern for saved settings:
FyyCommunityConfig/
FyyConfig/
Do not commit generated config files unless intentionally publishing presets.
Private library URLs, webhook URLs, and service endpoints are intentionally omitted from this documentation. Use placeholders in public examples.