Configuration Guide
This file configures various features for the FS-LoadingScreenV2 script including spawn selector support, music playback, server tips, and branding.
đŽ useCanXSpawnSelector
(boolean)â
- Description: Enables compatibility with the CanX Spawn Selector.
Set totrue
only if you're using the CanX resource.
đĸ Default:
false
Example: true
or false
đˇī¸ serverName
(string)â
- Description: The name of your server shown in welcome messages and dynamic placeholders.
Example: "Fearless Roleplay"
or "My Alaskan Server"
đĩ musicFiles
(array of objects)â
- Description: List of music tracks to play during the loading screen.
Each entry must include adisplayName
andfileName
.
đš Structureâ
Config.musicFiles = {
{
displayName = "Chill Vibes",
fileName = "chillvibes.mp3"
},
{
displayName = "Night Drive",
fileName = "nightdrive.mp3"
}
}
đ Note: All
.mp3
files must be placed inside/nui/music
â ī¸ Warning: Music will not play unless at least one valid file is listed here.
đĄ serverTips
(array of strings)â
- Description: Rotating tips shown during loading. These are limited to 128 characters each.
đš Structureâ
Config.serverTips = {
"Tip 1",
"Tip 2",
"Tip 3",
}
âšī¸ Tips are optional â the section will be hidden if left empty.
đŧī¸ Image Slideshowâ
- Description: To add background slideshow images, place your
.jpg
or.png
files in:
/nui/images
đ Images are automatically cycled through and require no config entry.
đ Folder Overviewâ
Folder | Purpose |
---|---|
/nui/music | Background music files (.mp3 ) |
/nui/images | Slideshow background images |