[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-loadingv8 β Loading Screen for FiveM
π¦ Overview
* Custom loading screen while you join the server
* Live progress bar and circular % indicator as the game loads
* YouTube video in the background (link from config)
* 5 background images β switch them with the 01β05 buttons on the right
* No database or framework needed β loading screen resource only
π€ Profile area (important)
* Your character photo or name does not show β this is a loading screen, not a player profile
* The Team tab shows staff photos from config: name, rank (Owner, Dev, etc.), styled cards
* βONLINE NOWβ is decorative β real online status is not checked in code
* Music panel covers are album art, not your profile
π΅ Music player
* MP3 tracks from config (songs/ folder)
* Song title, artist, and cover art from your list
* Play / pause, previous / next track
* Progress bar β click to seek in the song
* Volume slider
* Example config has 2 songs; you can add as many as you want
π Side menu tabs
* π **Rules:** Server rules as bullet points (config: `serverRules`)
* π **Updates:** Version number, description, and image (config: `serverUpdates`)
* π₯ **Team:** Staff list with photo, name, and rank (config: `serverTeam`)
* πΌοΈ **Media:** Server screenshots / promo images (click for fullscreen view)
* β¨οΈ **Keyboard:** Visual keyboard layout plus custom key hints from config (`serverKeybinds`: key, title, description)
π Social media
* YouTube, Instagram, and Twitter buttons (config: `serverSocial`)
* Opens in your browser when clicked
π¬ Background
* YouTube embed plays automatically (config: `Video`)
* Static images: izzy.png, izzy2.png, izzy3.png (01β05 buttons)
β³ Loading indicator
* Bottom bar and circle go from 0% β 100%
* βGAME LOADINGβ label
π Language
* No built-in language pack β write all text in config yourself (any language you want)
π οΈ Setup & customization (server owners)
* **shared/cfg.lua:** Single file for video, music list, team, rules, updates, keybinds, social links, and gallery
* **html/ UI:** Put MP3s in `songs/` folder and images in `images/` folder
* Add as `loadscreen` in server.cfg
* No Discord logging, ESX/QBCore, or xsound