AssetService:GetAssetVersions works with any roblox-created asset

Currently it only works with places. I want it to work with any roblox-created asset, or at least gear. Occasionally I’ll need to insert a previous version of a gear if the latest version caused undesirable behavior and it can be a pain to find the previous version if it isn’t showing up on free models.

Would also be cool for plugins so that you can display the version of the plugin easily during run time (without having to manually manage version control with a variable that you change every release). You could also check if there are updates by saving the current version with SaveSettings and comparing it to GetAssetVersion (can be used to alert user that there is an update for the plugin).