Configure
Install and configure FS-LoadingScreenV2
Requirements
FS-Lib
Installation
- Place
FS-LoadingScreenV2in yourresourcesfolder. - Add
ensure FS-LoadingScreenV2toserver.cfgnear the top so it loads early. - Edit
config.luato customize branding, tips, and media. - Restart the server.
Assets
- Background images live in
nui/images. - Music files live in
nui/music. - Any media you add must be referenced in
config.lua.
Core settings
Prop
Type
Music
Define tracks in Config.musicFiles:
Config.musicFiles = {
{ displayName = "Example Song", fileName = "examplesong.mp3" }
}Server tips
Set Config.serverTips to an array of tip strings (under 128 characters each).
Staff team
Set Config.staffTeam to show staff cards:
Config.staffTeam = {
{ name = "John Doe", rank = "Owner" }
}Update notes
Use Config.serverUpdateNotes to show changelogs with title, date (YYYY-MM-DD), and message (plain text or basic markdown).
Spawn selector integrations
Config.useWXSpawnSelectorforwx_spawnselector.Config.useCanXSpawnSelectorforspawn-selector.Config.useFearlessStudiosSpawnSelectorforFS-SpawnSelector.
When using FearlessStudios Spawn Selector, also set:
FS-SpawnSelector/config.lua -> Config.manuallyTrigger = true