Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.25 KB

File metadata and controls

57 lines (42 loc) · 2.25 KB

Event Tracker ⚡️

By Fox Jet Studios

A tool for Roblox Studio for you to track and manage all Events in your Roblox game with zero hassle.


Features ✨

  • ✅ 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

Usage 🚀

  1. Open Event Tracker from the Plugins tab
  2. The main window lists all tracked events in your game
  3. Use the search bar to filter events by name or path
  4. Click Select to highlight an event in Explorer
  5. Click Code to open a window showing all script references with line numbers
  6. Click Delete to remove an event with a confirmation modal
  7. Use Refresh to rescan all events and update the list
  8. If any events are unused (never fired or listened to), use the Clean Up feature to delete them quickly

How It Works ⚡

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

License 📜

Released under the MIT License: free to use, modify, and distribute. Please see the LICENSE file for more details.


Support & Feedback 😁

Happy building!