FAQ, Credits & Terms
Frequently asked questions, credits, and terms of use.
Frequently Asked Questions
What is WindUI? WindUI is a modern UI library for Roblox Script Hubs and Luau environments, designed to be easy to use and visually appealing.
What is WindUI Shiny? WindUI Shiny is a refined fork of the original WindUI, with visual improvements, bug fixes, and extra elements while maintaining full API compatibility.
How do I lock elements?
element:Lock() -- lock
element:Unlock() -- unlockHow do I use custom icons? WindUI uses Lucide icons. Pass the icon name as a string:
Tab:Button({ Title = "My Button", Icon = "bird" })To use themed coloring on custom icons, set IconThemed = true.
How do I disable the OpenButton?
Pass OpenButton = false inside CreateWindow().
Where can I ask more questions? Join the Discord: discord.gg/ftgs-development-hub
Credits
WindUI was originally created by Footagesus.
Original repository: github.com/Footagesus/WindUI
WindUI Shiny is a fork maintained separately. Full credit for the base framework, architecture, and core systems belongs to the original author.
Terms of Use
- WindUI Shiny is provided as-is for educational and personal use.
- This documentation is an unofficial community resource based on the original WindUI docs.
- Do not claim WindUI or WindUI Shiny as your own work.
- Always credit Footagesus when using WindUI in your projects.
- This project is not affiliated with or endorsed by Roblox Corporation.