Installation
Installation
1
2
Folder Structure
saka-multicharacter/
├── fxmanifest.lua
├── client/
│ ├── main.lua
│ ├── appearance.lua
│ └── editable.lua
├── config/
│ ├── config.lua
│ ├── theme.lua
│ ├── camLocations.lua
│ └── apiKeys.lua
├── INSTALL/
│ ├── SQL.sql
│ ├── ESX.sql
│ └── QBCore.sql
├── locales/
│ └── en.lua
├── nui/dist/
│ ├── index.html
│ └── assets/Requirements
✅ saka-core (required – from Saka's Discord)
✅ oxmysql (or compatible database bridge)
✅ qb-core or es_extended
Testing The Script
Once setup is complete:
Start your server
Connect as a new player
You should see the character selection screen with:
Empty slots
Character creation button
Smooth camera & UI transitions
Last updated