| .. | ||
| html | ||
| fxmanifest.lua | ||
| README.md | ||
OpenScreen - Modern FiveM Loading Screen
A sleek, modern, and customizable loading screen for your FiveM server featuring particle effects, smooth animations, and a professional design.
Features
- 🎨 Modern Design with Particle Effects
 - 🌈 Dynamic Background with Gradient Overlay
 - 📱 Fully Responsive Layout
 - ⚡ Smooth Loading Bar Animation
 - 💫 Floating Particles Animation
 - 🎭 Custom Font Integration (Poppins)
 - 📝 Customizable Server Information
 - 🔄 Loading Progress Indicator
 - 💡 Loading Tips System
 
Installation
- Download the resource
 - Place it in your server's 
resources/[standalone]folder - Rename the folder to 
OpenScreen - Add 
ensure OpenScreento your server.cfg - Restart your server
 
Customization
Changing Server Name and Slogan
Edit html/index.html:
<div class="header">
    <h1 class="server-name">Your Server Name</h1>
    <p class="server-slogan">Your Server Slogan</p>
</div>
Modifying Colors
Edit html/style.css:
- Main gradient: Find 
background: linear-gradient(125deg, #000000, #1a1a1a); - Accent color: Search for 
rgba(255, 51, 102,and replace with your color - Loading bar: Look for 
.progressclass 
Particle Effects
- Adjust number of particles by adding/removing 
<div class="particle"></div>in index.html - Modify particle animation in style.css under 
.particleclass 
Loading Tips
Edit the loading tips array in html/script.js
Performance
The loading screen is optimized for performance with:
- Minimal resource usage
 - Efficient CSS animations
 - Optimized asset loading
 - No external dependencies except Google Fonts
 
Support
For support or feature requests:
- Open an issue on the repository
 - Join our Discord community
 - Check the FiveM forums
 
License
This resource is licensed under MIT License. Feel free to modify and share!