Configuration
Page dedicated to how to configure our Loading Screen
Configuration Guide (config/config.lua)
config/config.lua)Config.Locale = "en-US"
-- HSL format (Hue Saturation% Lightness%) - Do NOT use HEX or RGB here.
Config.PrimaryColor = "223 99% 59%"
Config.LogoUrl = "https://yourwebsite.com/logo.svg"Config.Background = {
type = "images",
images = {
"https://link-to-your-image-1.jpg",
"https://link-to-your-image-2.jpg"
},
}Config.Songs = {
{
id = 1,
title = "Los Santos Vibes",
authors = { "Artist Name" },
coverUrl = "https://link-to-album-art.jpg",
audioUrl = "https://link-to-audio-track.mp3", -- Must be a direct raw audio file (.mp3, .ogg)
},
}Last updated

