Bablo ResourcesDocs

Every resource,
documented properly.

Step-by-step installs, full export references and searchable configs for all 13 Bablo scripts — built for ESX, QBCore and Qbox.

13Resources
240+Exports
3Frameworks
Script Explorer

Browse every resource, live.

No screenshots of config files — the real, syntax-highlighted source for each resource, right in the docs. Open any file, copy what you need.

bablo-animations
16 files
config.lua
webhooks.lua
fxmanifest.lua
colors.css
controls.json
animations
custom.lua
emotes.lua
convert.lua
frameworks
esx
qbcore
qbox
locales
src
Select a file to view its contents
AI Assistant

Ask the docs anything.

Hit ⌘K on any page. The assistant reads the real documentation and answers in plain language — with the exact exports and config you need, and a link to the source.

Ask AI
SearchAsk AI
How do I add a new animation to the menu?
Animations live in shared/animations — add an entry with the dict, anim name and a label:
-- shared/animations/emotes.lua
["sit4"] = {
  "amb@lo_res_idles@", -- dict
  "Sit 4", -- label
}
Animation Menu › Adding New Animations
Ask a follow-up…
Support

Stuck on something?

Can't find it in the docs, or hit an edge case during setup? Drop into the Discord — we'll help you get it running and answer questions directly.