Alamo Studio Logo
Configuration

Branding

Customize the header shown in the shop UI.

The top-left of the shop UI shows your server branding. Control it with Config.ServerLabel.

config.lua
Config.ServerLabel = {
    title = 'ALAMO',
    subtitle = 'STUDIO',
    description = 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam'
}
KeyTypeDescription
titlestringMain brand text (usually your server name).
subtitlestringSmaller text shown next to the title.
descriptionstringA short tagline next to the title.

Example

config.lua
Config.ServerLabel = {
    title = 'LOS SANTOS',
    subtitle = 'ROLEPLAY',
    description = 'Your one-stop shop for everything you need.'
}
These values are passed straight to the NUI when a shop opens. They are not translated by the locale system — type them in the language you want shown.
Copyright © 2026