[FREE] Loading Screen v1.5 (+Winter Update)

Introducing Free Loading Screen by Nevera Development!

The FiveM Free Loading Screen Script is designed to enhance the player’s experience while waiting to join the server. This script features a dynamic and customizable loading screen that provides essential information and a polished visual presentation.

Key Features:

  • Staff Team List Display : Players can view a comprehensive list of the server’s staff team.
  • Current Players List: The loading screen shows a live list of players currently on the server
  • Server Name and Social Media Links: The server name is displayed at the center of the loading screen
  • Configurable Settings: All settings can be customized in the config.js file

Download - Github

Update Changelog
v1.5
  • Winter update
  • Added Tiktok, Facebook, Twitch, Github as social media
  • Fixed Local video import (.webm)
  • Fixed Pause/Stop buttons and volume slide.
v1.3.1
  • Removed local MP4 files
  • Added local MP3 files
v1.3
  • Added loading of local MP4 files
  • Added volume adjustment
v1.2
  • Play only sound without video background
v1.1
  • Added autoplay video/YouTube background.
  • Added functions to pause and mute video/sound.
  • Fixed invisible cursor.

Default:

Theme Preview

Theme Orange

Theme Red

Theme Blue

Theme Green

Theme Pink

Theme Purple

- Update v1.5 (Winter Update)

- Update v1.3

image

image

Download - Github

Code is accessible Yes
Subscription-based No
Lines (approximately) 300+
Requirements X
Support Yes - Discord

Our other PAID scripts:

[ESX] Advanced Scoreboard - Tebex | €4.99
[ESX/STANDALONE] Weapon Shop - Tebex | €8.99
[ESX] Advanced Hud - Tebex | €9.95
[ESX] Simple Hud - Tebex | €3.50

Our other FREE scripts:

[FREE] [ESX] Scoreboard - Github/Tebex | €0.00

17 Likes

Hello @NeveraDevelopment,

Just a quick reminder: any free resources must have a direct link or github download URL.

However, this is a cool release!

2 Likes

Read the Rules for free uploads Releases Rules and FAQ

3 Likes

I apologize for that i didn’t know. It is fixed now, github has added. :smile:

3 Likes

nice script but how to change the nevera roleplay name

2 Likes

I forgot to set up the config for that… You need to go to index.html, find

<!-- This is NEVERA text -->
<h1><strong>NEV</strong>ERA</h1>

<!-- This is ROLEPLAY text -->
<p>Role<b>play</b></p>

<!-- And this is description under ROLEPLAY -->
<span>FiveM Roleplay server featuring an extensive collection of custom scripts,
maps, vehicles, unique weapons, and much more.</span>

and change it to whatever you want. (text inside <strong> and <b> is colored)

3 Likes

Can you add a music and video background option?

1 Like

I have done that… but i also have an issue where i am not seeing the background and loading bar doesnt load.

1 Like

Did you edit anything in the files, and did you edit them correctly? The code should work perfectly without any issues. You are the first among all the people who downloaded the script to have something not work.

  • Can you check the F8 console to see if it displays any errors?
  • Also, can you check the fxmanifest to see if it loads images from html/assets/img, and if it generally loads files at all?

It seems that there is a problem with the JavaScript. Check the config if you changed the theme to make sure you choose the available theme, or if you changed the JavaScript code, verify that you made all the changes correctly.

We can add a video/YouTube background, but unfortunately, we cannot add music due to religious reasons. We hope you understand.

The update for the loading screen should be released maybe in 7 days with an animated background and some design changes.

1 Like

Well, arent i the lucky one haha. Appreciate the fast response. But to answer your question.

  • I am getting 0 Errors. I have checked F8 and server console.
  • Yes there is html/assets/img

The only things i edited was the necessary things to change the name. And the Colour to purple.

1 Like

Can you install the script again but without modifications, download it from GitHub and insert it as it is, to check if it works without any changes?

1 Like

I guess so. But if only changing the required stuff the get staff on loading. And to get the words to display my server breaks it, then what?

Ok so it worked. I wonder what could have even broke it. I dont really know, i only edited necessary things.

If the script you download from GitHub works, but it breaks when you make changes, you can send us the information you want to change via private message on FiveM or on our Discord. We will make the changes and send you the edited files.

I don’t know if you or I miss read but I’m saying can you add a OPTION for people to add music to the loading screen aswell with the video background, all they have to do is put in a url and it playes the music.

Not saying you add it im saying add it to the script as a option.

[FREE] Loading Screen v1.1 UPDATE

Changelog:

  • Added autoplay video/YouTube background.
  • Added functions to pause and mute video/sound.
  • Fixed invisible cursor.

Download v1.1 - GitHub

v1.1 is set as the default branch on GitHub, so you will always download the latest update for the loading screen.

Config:

// If you want to remove backgroundVideo, set it = "" 
const backgroundVideo = "4CiESD8IjmM" // Youtube video code. (https://www.youtube.com/watch?v=abcdefgh) this ABCDEFGH is your code, paste it in backgroundVideo. 
const backgroundVideoBlur = 0 // Higher number = more blur (some good blur is 5)
const backgroundVideoOpacity = 0.3
3 Likes

HEllo how to add sound to your loading screen

1 Like

It is currently possible to add only youtube audio. Local audio cannot be added. You add the audio by entering the code of your YouTube video in config.js - backgroundVideo and setting the showYTVideo variable to false. If you want to display the video as well, set showYTVideo to true.

2 Likes

Hi, I was wondering if there was a way to lower the sound?