[Free] Entity Info (Developer Tool)

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:
:white_check_mark: All Frameworks / STANDALONE


:tv: Video Preview


:sparkles: 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

:wrench: INSTALLATION

  1. Download the resource
  2. Place it in your server’s resources folder
  3. Add ensure bs-entityinfo to your server.cfg
  4. Restart your server

:peach: 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.


:muscle: 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.


:handshake: 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.


:fire:FREE DOWNLOAD

GitHub URL : github.com/Blaze-Scripts/bs-entityinfo

Code is accessible Yes
Subscription-based No
Lines (approximately) 300
Requirements None
Support Yes
5 Likes

Thank you Lynn ! I needed something like this.