filo_textui
Lightweight world-space and screen-space text UI for FiveM.
A lightweight text UI library for FiveM. Render interactive key prompts attached to entities or world coordinates, or display a contextual bottom bar — both with live key-press feedback.
Display modes
3D world labels are rendered directly in the game world as billboarded DUI textures. They scale with distance, auto-orient to the entity's forward vector, and clean up automatically when the tracked entity is removed.
2D bottom bar is a screen-space prompt bar anchored to the bottom center of the screen. It slides in on show and supports the same key badge system.
Both modes support optional key badges (E F G H X) that visually highlight when the player holds the corresponding key, making them well suited for interaction prompts.
Dependencies
Installation
- Drop
filo_textuiinto your resources folder. - Add
ensure filo_textuito yourserver.cfgbefore any resource that uses it.
filo_textui must start before any resource that calls its exports.
Configuration
Config.FollowCamera = false| Option | Type | Default | Description |
|---|---|---|---|
FollowCamera | boolean | false | When true, labels on entities rotate their anchor to always face the camera horizontally. |