A lightweight Entity Inspector tool for FiveM that allows admins to scan, highlight, and inspect entities in-game using a simple mouse interaction.
To use this resource, you must grant the following ACE permission:
add_ace group.admin motion_entityselector.use allow
Only players with this permission will be able to access the inspector.
| Action | Key |
|---|---|
| Scan Entity | Hold Middle Mouse Button (MMB) |
| Open Inspector Panel | Release MMB |
| Close Panel | ESC |
- 🔍 Raycast-based entity detection
- 📦 3D bounding box rendering
- 🏷️ Floating entity labels
- 📊 Detailed entity inspection panel
- 🔄 Live data updates while panel is open
- 🚗 Vehicle-specific stats (engine, body, fuel tank)
- 🧍 Ped-specific stats (armor, player check)
- 🌐 Network info (Net ID, owner)
- Hold MMB to scan for an entity in front of you
- A bounding box and label will appear on the entity
- Release MMB to open the inspector panel
- View real-time data about the selected entity
- Place the resource in your
resourcesfolder - Add to your
server.cfg:
ensure motion_entityselector
- Add the ACE permission:
add_ace group.admin motion_entityselector.use allow
- FiveM server
- NUI support enabled
- Admin system using ACE permissions
- Uses
RegisterKeyMappingfor proper MMB detection - Only works for players with the correct ACE permission
- Automatically disables when resource stops
- Resource Name: motion_entityselector
- Client File: client/main.lua
- Permission: motion_entityselector.use
- Built with safe
pcallusage to prevent crashes from invalid entities - Handles streaming issues gracefully
- Optimized scan loop (20 ticks/sec)
Enjoy inspecting entities with precision 🚀