I often find myself needing to collect performance data on my game. I want to collect this data and present it by just running a lua script in the server console, but it’s often very hard to glean internal roblox state by looking at the actual development APIs.
So I want something like debug.info that tells developers a variety of internal state about objects, like part sleeping status, physics complexity, and other pertinent information for monitoring and profiling.