Generate a comprehensive resource manifest for FiveM developers
The most complete `fxmanifest.lua` builder for FiveM. Generate perfectly formatted manifests with Lua 5.4 support, automatic framework dependencies, Escrow configurations, and UI templates in seconds.
Client script
Runs on the player's game client
Server script
Runs on the FiveM server
Shared script
Runs on both client and server
NUI (HTML UI)
Includes an HTML/CSS/JS interface
SQL (oxmysql)
Includes database queries
Cfx.re Escrow
Add escrow_ignore for config files
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
name 'my-premium-resource'
description 'An advanced FiveM resource'
version '1.0.0'
author 'xFiveM Developer'
shared_scripts {
'shared/config.lua',
}
client_scripts {
'client/main.lua',
}
server_scripts {
'server/main.lua',
}
-- Generated by xFiveM Shop Tools — https://xfivem.shop/toolsEnter your script's name, description, and author. Select your framework (QBCore or ESX) to automatically inject the proper dependency variables into the manifest. Keep Lua 5.4 checked for modern performance!
Toggle the switches for the features your script uses. If you have a user interface, enable NUI (HTML UI) to automatically generate the ui_page configuration. Enabling SQL auto-adds the oxmysql dependency.
Add any specific Lua files your script needs (like `client/events.lua`). Once done, check the output on the right to ensure it looks correct. Hit Download and drop the file into your resource folder!
Need premium FiveM scripts to add to your server?
Explore 600+ premium resources — all completely optimized with proper fxmanifest files.