[Preview Video]
Dependencies
None
This script protected escrow system
[Discord]
Script escrow will never restrict your access to important things.
Most of the important things, such as adding and removing status bars, are open source. 80% of the script is open source according to general statistics.
izzy-loadingv9 โ Customizable Loading Screen for FiveM
๐ฆ Overview
* Full-screen loading screen while you join the server
* No framework required โ loadscreen only + light client script
* All content edited in html/js/config.js
* Mouse cursor enabled โ you can click menus
* Real loading percentage (synced with FiveM file download progress)
* Screen closes when your character spawns
* There is no player profile photo or character card. The top shows server logo + server name + subtitle. Photos in the Team section are staff / team members from config โ not the joining player.
๐ผ๏ธ Background
* Choose in config:
ย * **Image** โ full-screen background picture
ย * **Video** โ direct video file (loop and mute configurable)
ย * **YouTube** โ background video via embed link (autoplay, loop)
* Video opacity is adjustable in config.
๐ท๏ธ Top area โ server branding (not a profile)
* Izzy logo effect
* Server name (e.g. IZZY 232)
* Subtitle (e.g. LOADING SCREEN)
* Rules, media, and music on the left; menu icons on the right
๐ Server rules
* Title from config (e.g. SERVER RULES)
* Numbered list: title + description per rule
* Scrollable panel โ add as many rules as you want
๐ฌ Server media
* Image or YouTube cards
* Previous / next with arrow buttons
* YouTube type: play icon opens the link in your browser
* Title label on each card
๐ Social media
* One-click links (each can be enabled/disabled in config):
ย * Instagram
ย * Twitter / X
ย * YouTube
ย * Discord
ย * Website
* Colors and URLs are set in config.
๐ต Music player
* MP3 playlist from config (file + artist + title)
* Now playing label
* โถ๏ธ Play / pause
* โฎ๏ธ โญ๏ธ Previous / next track
* Progress bar โ seek through the song
* ๐ Volume + mute
* Autoplay can be turned on in config
* When a track ends, the next one plays
โจ๏ธ Server hotkeys (keyboard map)
* Open from the keyboard icon on the right menu:
* Full keyboard layout (F-keys, WASD, numbersโฆ)
* Important keys highlighted (active: true)
* Tooltip on hover with the description (e.g. inventory slots, movement)
* All keys and descriptions added in config
๐ฅ Server team (staff cards โ not player profile)
* Opens from the user icon:
* Per member: photo (config URL), name, role, short description
* 5 members per page, arrows for more pages
* Title + subtitle from config
๐ข Server updates
* From the play icon:
* Date, title, description, background image
* Platform icon: Discord, website, Instagram, Twitter
* 4 updates per page with pagination arrows
๐ฎ Mini games while you wait
* From the gamepad icon:
* Games from config (examples: Subway Surfer, Going Ball, Redball, 8-Ball Pool, Mini Golf)
* Click a card โ play in a full-screen iframe
* Close with X and return to loading
* Each game: title, description, cover image, logo, embed URL in config.
โณ Loading indicator
* Circular % progress bottom right
* Loading title + description text from config
* Synced with FiveMโs real loadProgress data
๐ ๏ธ Setup (server owners)
* html/js/config.js โ background, rules, media, team, updates, social, music, games, hotkeys
* html/music/ โ put MP3 files here
* html/img/ โ images and team photos
* fxmanifest: loadscreen_manual_shutdown, loadscreen_cursor
* client.lua โ closes loading on spawn
* dependency '/assetpacks' โ may be required on install