Price
UnknownA script by Fivesoft
Price
Unknown.png)
Support & CommunityFor support, bug reports, and suggestions, please join our Discord server.
Join Fivesoft: discord.gg/fivesoft
Documentation
IntroductionStop using resource-heavy DrawText3D loops that drain your client’s FPS.
FS-TextUI is a standalone, ultra-optimized replacement for 3D text interactions. Built from the ground up to deliver 60+ FPS UI animations with minimal resource usage (0.01ms on idle).
It features a smart Legacy Wrapper, allowing you to update your old scripts to this new system without rewriting your entire codebase.
Key Features
Ultra Optimized: Runs at 0.01ms on idle and 0.03ms active.
GPU Accelerated: Uses CSS3 transform3d for buttery smooth animations (No LUA rendering lag).
Smart Caching: Dual-thread scanner system handles hundreds of points without performance drops.
3 Visual Styles: Configurable styles included: Ring (Modern), Dot (FPS Style), and Diamond (RPG).
Legacy Support: Includes a plug-and-play wrapper to replace DrawText3D automatically.
Standalone: No dependencies required (Works with ESX, QBCore, QBOX, or custom frameworks).
Preview
Screenshots
Developer FriendlyUsing FS-TextUI is incredibly simple. We provide clear exports and a legacy system.
Create persistent text points with a single line of code. No loops required!
exports['fs-textui']:createTextUI("shop_door", {
text = "Press E to Open Shop",
coords = vector3(250.0, -850.0, 29.5),
displayDist = 10.0,
key = "E"
})
|-------------------------------------|----------------------------|
| Code is accessible | No |
| Subscription-based | No |
| Lines (approximately) | ~300 |
| Requirements | None |
| Support | Yes |
|---|
See what others are saying about this script.
Share your experience and help others.