Client Exports
This section provides all available client exports for the script. These functions allow you to interact directly with the system from the client side, enabling custom features, UI interactions, and integrations with other resources. Each export includes a short description and usage example for easy implementation.
Quasar Text UI allows you to create floating text at specific locations in the world. This is useful for roleplay interactions, markers, or guiding players without using outdated DrawText3D systems.
To use classic coordinate-based text UI, simply place this code at the top of your client-side script:
Example
Imagine a shop NPC where players can press "E" to interact:
