Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.83 KB

File metadata and controls

53 lines (38 loc) · 1.83 KB

FyyFishITWindUI.lua

Main WindUI release script for Fish IT, built around Fyy Community styling, config persistence, and broad automation panels.

script ui status

Overview

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.

Feature Areas

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

Runtime Model

load UI library
  -> create WindUI window
  -> apply theme
  -> register config objects
  -> create tabs
  -> attach callbacks to Roblox services/remotes

Local Data

The script uses a local config folder pattern for saved settings:

FyyCommunityConfig/
FyyConfig/

Do not commit generated config files unless intentionally publishing presets.

Privacy Notes

Private library URLs, webhook URLs, and service endpoints are intentionally omitted from this documentation. Use placeholders in public examples.