hello 👋
I ported rd-animations to QBCore (NUI menu included). Let me know if you spot issues  I noticed folks were asking for a QB version.
Source;
[URL='https://highleaks.com/threads/r-animations-menu.22459/']https://highleaks.com/threads/r-animations-menu.22459/[/URL]
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
loading="lazy">
INFO:
I'm giving it to free because it may not be 100% functional. Let me know if you find any mistakes and I'll fix them.
UI: ui_page 'html/ui.html'  opening the menu and clicking plays the animation.
DB persistence: favourites (sets 1–5), walking style, facial expression.
Fixes: key conflict, invalid models (guitar, map2), cleaned manifest.
dependencies
qb-core
oxmysql (server side: @oxmysql/lib/MySQL.lua)
keys (and where to change them)
Cancel: uses Config.CancelAnimationDefultKey (default X).
→ edit in client/config.lua.
Hands Up: Config.HandsUpDefaultKey = 'H' (instead of X).
→ edit in client/config.lua.
Drop rd-animations into resources/[qb]/rd-animations/.
Import sql_qb.sql into your DB.
In server.cfg:
ensure qb-core
ensure oxmysql
ensure rd-animations