I’m building a professional Script Analyzer—not just a simple tool!
My goal is for this analyzer to detect over 100 common scripting issues in Roblox development. These include:
Malicious or Suspicious Code
Code that might have entered your game through Free Models or even from one of your team members—potentially hidden and obfuscated.
Deprecated Code
Especially in projects that haven’t been updated for a while and may no longer be compatible with the latest Roblox updates.
Performance Issues: FPS Drops, Lag, and Slowness
Accurately identifying and resolving the causes behind game performance problems—whether from scripts or structural inefficiencies.
The goal is to make sure nothing hidden or inefficient goes unnoticed—including complex obfuscation, runtime environment tampering, or unnecessary resource consumption.
If you’re looking to cover a very wide scope of issues with this plugin, maybe you could also design it to catch formatting issues like poor indentation, which is common in old free model code.