Per-script documentation · Encrypted release builds · WindUI & Fluent interfaces
FyyLuaCollection is a curated script hub for the Fyy Community — a collection of encrypted, production-ready Roblox Luau scripts with dedicated documentation per tool. Every script ships with its own feature page under docs/, so users know exactly what they are running before they load it.
Built for anglers, climbers, and gardeners across Roblox's biggest fishing and survival games.
| Script | Target Game | UI | Docs |
|---|---|---|---|
| Fyy Fish IT — Fluent | Fish IT | Fluent | docs/FyyFishITFluent |
| Fyy Fish IT — WindUI | Fish IT | WindUI | docs/FyyFishITWindUI |
| Client Fish IT | Fish IT | WindUI | docs/ClientFishIT |
| Fyy Abyss | Abyss | WindUI | docs/FyyAbyss |
| Client Abyss | Abyss | WindUI | docs/ClientAbyss |
| Fyy Garden Horizon | Garden Horizon | WindUI | docs/FyyGardenHorizon |
| Hook HTTPS | Utility | — | docs/Hook_Https |
| WindUI Library | All scripts | — | docs/WindUI |
FyyLuaCollection/
│
├── scripts/ # Production-ready encrypted scripts (.ENC.lua)
│ ├── FyyFishITFluentENC.lua
│ ├── FyyFishITWindUIENC.lua
│ ├── ClientFishITENC.lua
│ ├── FyyAbyssENC.lua
│ ├── ClientAbyssENC.lua
│ ├── FyyGardenHorizonENC.lua
│ └── Hook_HttpsENC.lua
│
├── lib/ # Vendored UI libraries
│ └── WindUI.lua
│
├── docs/ # Per-script feature documentation
│ ├── FyyFishITFluent/
│ ├── FyyFishITWindUI/
│ ├── ClientFishIT/
│ ├── FyyAbyss/
│ ├── ClientAbyss/
│ ├── FyyGardenHorizon/
│ ├── Hook_Https/
│ └── WindUI/
│
├── .gitignore
├── LICENSE
└── README.md
Each script has its own loadstring documented in its respective docs/*/README.md. Example pattern:
loadstring(game:HttpGet("https://raw.githubusercontent.com/FyyWannaFly/FyyLuaCollection/main/scripts/FyyFishITFluentENC.lua"))()Refer to the per-script documentation for:
- Full feature list
- UI screenshots
- Configuration options
- Known limitations
- Compatibility notes
Note
This repository intentionally excludes sensitive runtime values:
- Private domain names and API backends
- Webhooks, tokens, and database credentials
- Raw unencrypted source code
All scripts in scripts/ are .ENC.lua — encrypted release builds. The raw sources remain private.
scripts/*.ENC.lua— Production encrypted builds ready to loadstringlib/WindUI.lua— Vendored UI library used across multiple scriptsdocs/*/README.md— One feature page per script, updated per release
- Raw unencrypted Luau sources
- Backend API URLs, domains, webhooks
- Authentication keys or tokens
- Development/testing-only scripts
| Resource | Link |
|---|---|
| Discord Server | discord.gg/77nEeYeFRp |
| Issue Tracker | GitHub Issues |
| Creator | @FyyWannaFly |
Distributed under the ISC License. See LICENSE for details.
Scripts in this repository are provided as-is for community use. The authors are not responsible for any consequences resulting from their use.
Fyy Community — Lets Fly High!
Made with 💜 for the Roblox scripting community