# 3D Text Builder

Draw text in world space: shop labels, prompts, warnings. Uses SetDrawOrigin so the maths stays short and the label stays steady.

- Platform: FiveM
- Canonical page: https://devtoolsgg.com/fivem/text3d
- Writes to: config.lua and client.lua inside your resource, both listed in fxmanifest.lua.

## Options

### Labels

- `texts` Labels. Add as many as you need.

### Style

- `font` Font. Game font id. 4 is the condensed one most scripts use.
- `color` Colour. Base text colour. Formatting tokens override it per word.
- `alpha` Opacity. 0 to 255.
- `background` Dark plate. Draws a translucent rectangle behind the text so it stays readable against a bright sky.
- `distance` Draw distance. Metres. Beyond this the loop sleeps.

## How to cite

3D Text Builder, devtoolsgg.com. https://devtoolsgg.com/fivem/text3d
