Is there a way to gain an accessories mesh and texture without having to use a plugin?

I want to get the texture and mesh of a catalog accessory without having to use a website plugin. Most of them are completely broken/don’t work half of the time
(For example, I want to get the mesh and texture of (Yellow Safety Goggles - Roblox) In order to put it in my game.

I’ve tried loading in accessories using commands in the command line of studio, but this is really tedious.

If there is any way, let me know!
Thanks

just go to the toolbox idk might be viruses also idk what you’re talking about command line being tedious

Constantly having to copy and paste the command (and editing it to fit the right accessory) is really annoying

I made a short tutorial regarding another type of asset that has some instructions that could help you.

Without a plugin… you can try to find the accessory in the Toolbox and then get its mesh and texture IDs from there. Then, you can use the AssetDelivery API (https://assetdelivery.roblox.com/v1/asset/?id=LibraryID&version=VersionNumber) to get the files.

For meshes you can just easily right-click on it in Studio and select “Export Selection…” to save it as an .OBJ. I guess you could get the texture this way too, now that I think about it. If you’ve used this method before then make sure you rename the previous texture you obtained this way as it will get overwritten if you don’t.

For textures, you can either do that or use the AssetDelivery API and save it as a .PNG. Note that files start out hashed so you’ll need to manually change the file format for them to be viewable.

I hope this helps! Good luck! :smile:

6 Likes