RedDot is a Roblox UI framework for creating beautiful UIs.
Use this address to load the library into your script/s.
Open your roblox project and create a new local script anywhere*. Then write these simple lines of code, then run the game.
local UI = loadstring(game:HttpGet("https://raw.githubusercontent.com/Aadhik611/redDot/main/main.lua"))()
--UI.convertAll(script.parent:GetChildren())
- start()