A plugin for Roblox studio for you to easily track and manage event instances in your roblox game.
Official Plugin: Event Tracker - Roblox Creator Store
- Monitor all RemoteEvents, UnreliableRemoteEvents, and BindableEvents in your game
- Inspect event fires and listeners
- Inspect script connections and line references for each event
- See unused events
- Search events
- Open Event Tracker from the Plugins tab
- Use the search bar to find a specific event
- Click select to select the instance in the roblox studio explorer
- Click Code to open a see all script references with line numbers
- Click Delete to remove an event
- Use Refresh to search for events again
- If any events are unused (if they're never fired or listened to), the Clean Up button will be visible. Click it and you'll see a list of all unused events.
The plugin uses a code scanning algorithm:
- Analyzes all scripts in your game
- Detects where events are fired (FireServer, FireClient, Fire)
- Detects where events are listened to (OnServerEvent, OnClientEvent, Event)
- Gets code line references
Code is released under the MIT License Free to use, modify, and distribute. Please see the 'LICENSE' file for full details
Happy building! :)