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
Clone this repository or download the latest release.
Place the
aura-thoughtsfolder in your FiveM server'sresourcesdirectory.Add
ensure aura-thoughtsto yourserver.cfgfile.Configure the zones and thoughts in the
config.luafile.Restart your FiveM server.
Usage
Client-Side Exports
Show Persistent Thought
text(string): The message to displayicon(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 displayicon(string, optional): FontAwesome icon classduration(number): Display time in millisecondsiconColor(string, optional): Hex color for the iconborderColor(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 repository or contact us through our discord.
Last updated