By Fox Jet Studios
A tool for Roblox Studio for you to track and manage all Events in your Roblox game with zero hassle.
Official Plugin: Event Tracker - Roblox Creator Store
- ✅ Monitor all RemoteEvents, UnreliableRemoteEvents, and BindableEvents in your game
- ✅ Powerful algorithm that analyzes your scripts to find where events are fired and listened to
- ✅ Quickly view event triggers and listeners
- ✅ Inspect script connections and line references for each event
- ✅ See unused events
- ✅ Search events
- ✅ Lightweight, modern, and user-friendly interface
- Open Event Tracker from the Plugins tab
- The main window lists all tracked events in your game
- Use the search bar to filter events by name or path
- Click Select to highlight an event in Explorer
- Click Code to open a window showing all script references with line numbers
- Click Delete to remove an event with a confirmation modal
- Use Refresh to rescan all events and update the list
- If any events are unused (never fired or listened to), use the Clean Up feature to delete them quickly
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) - Collects line references and previews so you can jump straight to the code
- No matter if you defined the event instance or if you just used something like game.ReplicatedStorage.Events.CoolEvent.
Demonstration video:
Plugin.demonstration.mp4
Released under the MIT License: free to use, modify, and distribute. Please see the LICENSE file for more details.
- Questions or suggestions? Contact us via Fox Jet Studios
- Follow us on social media Fox Jet Studios
- Your feedback makes the plugin even better!
Happy building!