Entity Info Debug
This developer tool displays detailed information about entities in the game world and allows copying various properties to clipboard. Ideal for script developers and server administrators who need to inspect and extract entity data for development purposes.
Compatible with any Framework:
All Frameworks / STANDALONE
Video Preview
Features
- Display detailed information about entities in the game world
- Entity
- Type
- Model Hash
- Network ID
- Coords
- Rotation
- Heading
- Copy entity model hash, coordinates, rotation and heading to clipboard
- Configurable key bindings in config.lua
- Visual raycast line to show what entity you’re targeting
- Standalone
INSTALLATION
- Download the resource
- Place it in your server’s resources folder
- Add
ensure bs-entityinfo
to your server.cfg - Restart your server
Usage
Enter the command /entityinfo
(default) to toggle the entity info display
Default Controls
- E - Copy entity coordinates
- R - Copy entity rotation
- G - Copy entity model hash
- J - Copy entity heading
- Z - Copy all entity information
- Space - Toggle entity info display
All key bindings can be customized in the config.lua
file.
Framework (STANDALONE)
As already mentioned, this script is standalone. The resource automatically detects your framework for the notification system:
- RSGCore: If available, uses ox_lib notifications
- VORP: If available, uses VORP bottom notifications
- Fallback: Console logging with colored prefix
You can customize the notification system in the config.lua
file.
SUPPORT
For support, join our Discord server:
At Blaze Scripts, we’re here to make your life easier - so if you ever run into a hiccup with one of our resources, just reach out and we’ll jump in to help. We strive to support all major frameworks, but on the rare occasion you’re using something outside our usual expertise, we might not be able to provide direct assistance. Either way, we’ll always point you toward resources or guidance to keep your project moving forward.
FREE DOWNLOAD
GitHub URL : github.com/Blaze-Scripts/bs-entityinfo
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 300 |
Requirements | None |
Support | Yes |