[FREE] KS-TextUi Easy & Free TextUI for FiveM

:loudspeaker: Easy & Free TextUI for FiveM

A lightweight, modern, and plug-and-play solution to display text messages on screen in any FiveM server!

:rocket: Features

  • :star2: Clean and minimal interface that fits any server style.
  • :gear: Easy to use with simple exports for quick integration.
  • :art: Fully customizable with clean HTML/CSS styling.

:white_check_mark: Show the Text UI

exports[“KS-Textui”]:KSTextUI(“E”, “Open Garage”)

:x: Hide the Text UI

exports[“KS-Textui”]:KSHideTextUI()

You can download this Text UI for free from our official Tebex store:
:point_right: Tebex

:blue_book: Full export documentation available here:

:point_right: Docs

:speech_balloon: Join the Discord for support, updates, or suggestions:

:point_right:Discord

Code is accessible No
Subscription-based No
Lines (approximately) 20
Requirements no
Support Yes
1 Like

How do I make the texts support Arabic?

1 Like

I imagine you would change the ‘Open garage’ text to whatever you wish in your language

exports[“KS-Textui”]:KSTextUI(“E”, “Open Garage”)

becomes this (taken from google translate)

exports[“KS-Textui”]:KSTextUI(“E”, “مرآب مفتوح”)

1 Like