Introduction
Hello! Today I have created a plugin which will shorten AssetIds of selected objects in your studio instance!
It is inspired by ClearURLs addon for Firefox, Chrome and Edge.
We all know the automatically generated AssetIds are inconsistent.
Upload a mesh with rig importer, get assetdelivery.
Insert a decal from toolbox, get www.
That means URLs like:
http://www.roblox.com/asset/?id=XYZ
https://assetdelivery.roblox.com/v1/asset/?id=XYZ
http://www.roblox.com/asset?version=1&id=XYZ
are going to be replaced with
rbxassetid://XYZ
Yep! It doesn’t matter how your http or https link looks like, it should preserve the ID part anyways.
Â
What to remember
I update the classes manually, so there’s a possibility not all instances will be altered.
I recommend posting in this thread when there’s something new.
Â
Known issues
- None at the moment! Wow!
Other than that, not all properties can have their IDs altered, because of Studio’s limitations. You require better permissions or you just have to do it manually. Sorry!
Â
Link
Â