aura_thoughts

Aura Thoughts is a FiveM script that displays contextual thought bubbles when players enter specific zones in the game world. Featuring a modern UI with smooth animations and FontAwesome icon support.

Features

  • Zone-Based Thoughts: Configurable zones with custom thoughts that trigger on entry

  • Dynamic Display: Show thoughts with optional icons and durations

  • Modern UI: Clean, dark theme design

  • Smooth Animations: Fade in/out transitions for a polished experience

  • Easy Integration: Simple exports for client-side usage

  • Customizable Styling: Modify colors, fonts, and layout via CSS

Installation

  1. Clone this repository or download the latest release.

  2. Place the aura-thoughts folder in your FiveM server's resources directory.

  3. Add ensure aura-thoughts to your server.cfg file.

  4. Configure the zones and thoughts in the config.lua file.

  5. Restart your FiveM server.

Usage

Client-Side Exports

Show Persistent Thought

  • text (string): The message to display

  • icon (string, optional): FontAwesome icon class (e.g., "fas fa-lightbulb")

  • iconColor (string, optional): Hex color for the icon (e.g., "#32CD32")

  • borderColor (string, optional): Hex color for the border (e.g., "#228B22")

Show Temporary Thought

  • text (string): The message to display

  • icon (string, optional): FontAwesome icon class

  • duration (number): Display time in milliseconds

  • iconColor (string, optional): Hex color for the icon

  • borderColor (string, optional): Hex color for the border

Hide Thought

Example Usage

Configuration

Edit config.lua to define zones and their associated thoughts:

Screenshots

Support

For support, please open an issue on our GitHub repositoryarrow-up-right or contact us through our discordarrow-up-right.

Last updated