[PAID] [STANDALONE] Chat Bubbles - Get messages displayed on top of players!

Chat Bubble
Tired of looking at chat all the time? Chat Bubble now displays the messages of the closest people to you!
Purchase it now: $5 (TEBEX)

chatbubble

Note: This script is using official FiveM Asset Escrow system.

What this resource does?
Highly customizable chat bubbles, whatever the player nearest to you types, now displays a bubble on top of the player. Makes communication faster & easier, suitable for all kinds of server.

Comes with a JSON configuration file which allows you to modify text color, text background, timer and many other different settings.

Features:

  • Supports Global Chat
  • Integrates with other chats
  • Supports vehicles
  • Based on draw distance
  • Change background color, text color, draw time and draw distance through configuration file
  • Stacks the messages on top when multiple messages are sent within the draw time

Easier to integrate with other chats.

Example of integrating on client side:
TriggerServerEvent(“L_BubbleChat:ChatMessage”,GetPlayerServerId(PlayerId()),“Your text message here”)

With custom colors:
TriggerServerEvent(“L_BubbleChat:ChatMessage”,GetPlayerServerId(PlayerId()),“Your text message here”,{255,0,0},{0,0,0})

Example of integrating on server side:
TriggerEvent(“L_BubbleChat:ChatMessage”,source,“Your text message here”)

Dependencies
None! This resource is standalone.

Other Resources
Public Vehicle Spawner ($10 TEBEX)
Vehicle Glue ($5 TEBEX)
Helicopter grabbing ($7 TEBEX)
Emotes ($8 TEBEX)

Screenshots:



1 Like

Isn’t this literally the 3d text resources that are free with the text positioned higher? There’s like 10 /me resources.

1 Like

nice but i thin there is another script like this but free

1 Like

I checked those resources now, though our script is made from scratch and inspired from MTA:SA.

Some of the differences in this paid script:

  • Supports global chat
  • Easily integrates with any other chat
  • Stacks the messages on top
  • Supports vehicles
  • Easily modify background color, text, draw time, max size.
  • Based on draw distance
1 Like

Bro really made a roblox chat for fivem :joy:

3 Likes

We have released new update which fixes few bugs and now allows customization of chat bubble triggered through other resources.
TriggerServerEvent(“L_BubbleChat:ChatMessage”,GetPlayerServerId(PlayerId()),“Your text message here”,{255,0,0},{0,0,0})