TODO Tracker - Roblox Studio Plugin v1.0

Free plugin. Scans every script for TODO/FIXME/HACK comments. Click to jump.
  • cover.png
  • carousel1.png
  • carousel2.png
  • carousel3.png
  • carousel4.png
  • carousel5.png
  • cover.png
  • carousel1.png
  • carousel2.png
  • carousel3.png
  • carousel4.png
  • carousel5.png

CoreShun TODO Tracker
Find every TODO, FIXME, HACK, and NOTE in your place. Free.



Overview

A free Roblox Studio plugin that scans every script in your place for TODO, FIXME, HACK, NOTE, and XXX comments — then lists them in a clean panel. Click any entry to jump straight to that line in the script editor.

No signup. No telemetry. No nag screens. Open source — modify it however you want.

Why this plugin exists

You write -- TODO: refactor this later in 40 different scripts and forget where they all are. Studio's Find In All Scripts works, but it's clunky and doesn't filter by tag. This is the dedicated tool for managing your dev backlog without ever leaving Studio.

Features


5 Tag Types
  • TODO — work to be done later
  • FIXME — known bugs that need fixing
  • HACK — temporary workarounds to revisit
  • NOTE — important context for other devs
  • XXX — anything you really need to come back to

All tags are case-insensitive. Both -- TODO: text and -- todo text are detected.

Click to Jump
Click any entry in the list and the plugin opens the script and jumps straight to the exact line. No more Ctrl+Shift+F searching.

Search & Filter
  • Live search across comment text and script names
  • One-click filter by tag type (All / TODO / FIXME / HACK / NOTE / XXX)
  • Stats line shows breakdown by tag count

Scans Everything
Walks the entire game tree — Workspace, ServerScriptService, StarterPlayer, ReplicatedStorage, ServerStorage, StarterGui, Packages, everything. Every Script, LocalScript, and ModuleScript.

Sort Order
Sorted by tag importance: FIXME → TODO → HACK → NOTE → XXX, then by script path, then by line number. Critical bugs always rise to the top.

Detected Comment Formats


Code:
-- TODO: refactor when inventory system lands
-- TODO refactor when inventory system lands
--TODO refactor
-- todo: case-insensitive
-- FIXME: this crashes on mobile
-- HACK: temporary fix until v2
-- NOTE: depends on player respawn order
-- XXX: investigate weird edge case

Installation



  1. Download and install — plugin auto-appears in your Studio toolbar
  2. Click TODO Tracker in the toolbar to open the panel
  3. Click Refresh to scan all scripts in your place
  4. Click any entry to jump to that line

FAQ



Does it auto-update when I add new TODOs?
No — click Refresh to rescan. Keeps the plugin lightweight (no continuous polling, zero performance impact while you work).

Does it work on team-create games?
Yes — it scans whatever scripts are in your local Studio session.

Will it find TODOs in Packages?
Yes — it walks the entire game tree.

Can I add my own tag types?
Yes — the source is open. Edit the TAGS table at the top of TodoTracker.lua and add your own { name = "MYTAG", color = ... } entry.

More Tools by coreshun



If you like this free plugin, check out my full catalog:

    • Studio Plugins — Color Picker, UI Wireframe, Gamepass Manager
    • In-Game Systems — Admin Dashboard, Anti-Exploit, Chat System (best seller), Toast Notifications, Overhead Name Tags, AutoRejoin, Codes Redemption
    • Bundles — up to 45% off
Browse all: builtbybit.com/creators/coreshun

Support



Discord: discord.com/invite/hdB5tadkk8



Free. Open source. Fully readable Luau. No obfuscation.

EULA: Free EULA
416 Views
62 Downloads
Apr 28, 2026 Published
N/A Updated
Not yet rated
442.1 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Library
Supported languages
  1. English
Creator
Recommended for you
Stop exploiters in their tracks with 9 server-authoritative detections.
Not yet rated
39 purchases
A fully configurable Chat Tags, Name Colors, Team Chat & Anti-Spam System built on TextChatService
Not yet rated
27 purchases
Drop-in settings menu. Center modal, 4 widgets, DataStore saves, sound FX, all platforms.
5.00 star(s) 1 ratings
19 purchases
A Roblox Studio plugin with color picking, color scheme generators, eyedropper, apply to selections.
Not yet rated
2 purchases
Award XP in one line. The engine owns the curve, rewards, prestige, saving, and the UI.
Not yet rated
2 purchases
416 Views
62 Downloads
Apr 28, 2026 Published
N/A Updated
Not yet rated
442.1 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Library
Supported languages
  1. English
Creator
Recommended for you
Stop exploiters in their tracks with 9 server-authoritative detections.
Not yet rated
39 purchases
A fully configurable Chat Tags, Name Colors, Team Chat & Anti-Spam System built on TextChatService
Not yet rated
27 purchases
Drop-in settings menu. Center modal, 4 widgets, DataStore saves, sound FX, all platforms.
5.00 star(s) 1 ratings
19 purchases
A Roblox Studio plugin with color picking, color scheme generators, eyedropper, apply to selections.
Not yet rated
2 purchases
Award XP in one line. The engine owns the curve, rewards, prestige, saving, and the UI.
Not yet rated
2 purchases
Top