


Was this page helpful?
| Command | Description |
|---|---|
/mbt_emotes | Open the MBT emote menu (configurable via MBT.Menu.Command) |
/emotemenu | Alias — opens the emote menu |
/emoteui | Alias — opens the emote menu |
/mbt_layout | Toggle between cinematic and default layout at runtime |
All commands are registered on resource start. The primary command name is set in config.lua under MBT.Menu.Command.
| Key | Configurable | Action |
|---|---|---|
F4 | Yes — MBT.Menu.Keybind | Open / close the emote menu |
Z (hold) | Yes — MBT.EmoteWheel.Key | Hold to open the emote wheel |
X | Yes — MBT.EmoteWheel.RemoveKey | While wheel is open: remove emote from the current slot |
Quick bind slots NUM1–NUM6 are assigned by dragging an emote card onto the desired slot in the Binds section of the menu. Binds are stored per-player via KVP and persist across sessions.
The emote wheel gives instant access to up to 8 saved emotes without opening the full menu.
Z (or your configured key). A radial indicator appears.Z to cycle through slots.Z to play the highlighted emote.X to remove the emote from the current slot.All player data is stored client-side via FiveM's GetResourceKvpString / SetResourceKvp API. No database table is created. The following keys are used:
| KVP Key | Content |
|---|---|
mbt_rpemotes_ui_favorites | JSON map of favourited emote names |
mbt_rpemotes_ui_fav_order | JSON array defining the custom sort order of favourites |
mbt_rpemotes_ui_playcounts | JSON map of play counts per emote |
mbt_rpemotes_ui_recent | JSON array of recently played emote names |
mbt_rpemotes_ui_lists | JSON object containing all saved playlists |
KVP data is stored per-player on their own client machine. It is not synchronized to the server or stored in any database. Players switching machines will not have their settings on the new machine.
| Key | Type | Default | Description |
|---|---|---|---|
MBT.Language | string | 'en' | UI locale. Options: 'en', 'it', 'es', 'fr', 'de', 'pt' |
| Key | Type | Default | Description |
|---|---|---|---|
MBT.Menu.Keybind | string | 'F4' | Open/close keybind |
MBT.Menu.Command | string | 'mbt_emotes' | Chat command |
|
| Key | Type | Default | Description |
|---|---|---|---|
MBT.Features.Favorites | boolean | true | Favourites system |
MBT.Features.RecentEmotes | boolean | true | Recent emotes tab |
|
| Key | Type | Default | Description |
|---|---|---|---|
MBT.EmoteWheel.Key | string | 'Z' | Hold key to open wheel |
MBT.EmoteWheel.Slots | number | 8 | Number of slots (max 8) |
|
| Key | Default | Description |
|---|---|---|
MBT.Theme.Accent | '00fb8a' | Accent color (hex, no #) |
MBT.Theme.Background | '0C0E14' | Background color |
MBT.Theme.Card | '141720' | Card/panel color |
| Key | Type | Default | Description |
|---|---|---|---|
MBT.JobPermissions.Enabled | boolean | true | Master toggle |
MBT.JobPermissions.Framework | string | 'auto' | 'auto', , , , |
| Key | Type | Default | Description |
|---|---|---|---|
MBT.Ecosystem.MetaClothes | boolean | false | Enable mbt_meta_clothes v2 integration |
MBT.Ecosystem.WearableProps | boolean | false | Enable integration |
NUM1–NUM6 |
| Via drag-and-drop in UI |
| Play quick-bound emote directly |
ESC | — | Close the emote menu |
mbt_rpemotes_ui_binds| JSON map of numpad slot → emote name |
mbt_rpemotes_ui_wheel | JSON array of wheel slot assignments |
MBT.Debug |
boolean |
false |
| Enable verbose console logs |
MBT.RpemotesResource | string|nil | nil | rpemotes resource name. nil = auto-detect |
string |
'cinematic' |
'cinematic' or 'default' |
MBT.Menu.Position | string | 'right' | 'left' or 'right' |
MBT.Menu.CloseOnPlay | boolean | true | Auto-close menu on emote play |
MBT.Menu.Watermark | boolean | true | Show MBT watermark |
MBT.Menu.OverrideNativeMenu | boolean | true | Suppress rpemotes NativeUI menu |
number |
12 |
| Max recent emotes tracked |
MBT.Features.QuickBind | boolean | true | Numpad quick bind slots |
MBT.Features.SharedPopup | boolean | true | Shared emote inline popup |
MBT.Features.PreviewPed | boolean | true | Animated ped preview on hover |
MBT.Features.EmoteWheel | boolean | true | Hold-to-peek emote wheel |
string |
'X' |
| Remove slot key |
MBT.Theme.Text | 'E8E8EE' | Primary text color |
MBT.Theme.SubText | '6B7280' | Secondary text color |
MBT.Theme.Border | '1A1D26' | Border color |
'qbox''qbcore''standalone'MBT.JobPermissions.Emotes | table | {} | Emote name → { 'job1', 'job2' } |
mbt_wearable_props