By Fox Jet Studios
Track, manage, and explore all RemoteEvents and BindableEvents in your Roblox game with zero hassle. Powered by a smart algorithm that scans scripts to locate event listeners and firers.
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
- ✅ Delete events safely using a confirmation modal
- ✅ Search and filter events in real time
- ✅ Lightweight, modern, and user-friendly interface
- Download the plugin
.rbxmfile (you can find it in src) - Open Roblox Studio
- Go to Explorer → Plugin → Save as local plugin
- Load the plugin in your game
- Or you can just get the official version from the Creator Store!
- 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 complex 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!