I am attempting to retrieve a previous version of a plugin using:
http://assetgame.roblox.com/asset?id=12345&version=1
The only issue with this is, I want to download the version that is previous to the current version but I do not know how (or if there is a way) to view the current version of an asset/plugin.
1 Like
You own the plugin? Or is it someone else’s?
Someone else’s. It is a public plugin.
As far as I know, it works on any public asset. The issue is not getting the plugin, my question is whether it is possible to check the current version of an asset.
1 Like
I’m trying to go to the link. It’s not going through, could you provide a second link or something?
Solved this myself. After looking through google and other sources, I have found that this can be done using the api.
Edit: Pretty sure you have to own the asset to use the Asset API.
Edit 2: Solved this by going through the assetgame url and checking every version from highest to lowest (If version is 2 high the domain just returns not found).
2 Likes