Quick List of all RobloxAssetIds in a game

Basically I need to grab all the Ids of all the assets already in the workspace, and there is a ton of them. There’s Textures, MeshParts, Meshes, and Sounds…

This would be a lot easier if all IDs were labeled as
‘AssetId’ and not ‘TextureId, MeshId, SoundId’

I want to write a script that can simply go through all of them and print the values if the descendent has a id property.

I don’t know if you can scan individual properties for AssetIds, but you can look at the AssetIds by identifying the Textures, Meshes, ect., and getting the AssetIds from those. This basic concept is exhibited here:

https://devforum.roblox.com/t/plugin-to-sweep-game-for-asset-ids/6110/3?u=excessenergy