Aries UI Library Documentation
Getting Loadstring
local Library = loadstring(game:HttpGet('https://raw.githubusercontent.com/VisualRoblox/Roblox/main/UI-Libraries/Aries%20UI%20Library/Source.lua', true))()
Creating Window
local Window = Library:CreateWindow({
Name = 'Aries UI Library', -- The name of the created window.
IntroText = 'Aries UI Library', -- The text that will show in the intro / loading screen.
IntroIcon = 'rbxassetid://10618644218', -- The AssetId of the icon that will show in the intro / loading screen.
IntroBlur = true, -- If there should be a blur during the intro.
IntroBlurIntensity = 15, -- The intensity of the blur.
Theme = Library.Themes.Dark -- The theme the library should use.
})
Aries UI Library is an open-source UI Library for Roblox. Check out the repository.