I have archived all of my topics created before 2024 due to being outdated or possibly having misinformation.
I made these when I was a lot younger and don’t think they’re very good, so I’ve gone ahead and archived them. You can still read my old topics if you want, but they won’t be of very good quality.
This plugin lets you insert assets from the Roblox website.
What would I use this for?
Usually you would use this for looking inside the source code of plugins. You can also use this with website modules to look at the source code without having to get the model.
Features
Easily insert these assets with the click of a button*
Models
Decals
Meshes
Plugins
Animations
Works with both Roblox Studio themes
Screenshot
Plugin link
Get the source code
If you want to get all the source code of this plugin, put this into your Roblox Studio command bar and press enter. This will extract the contents of the plugin to the workspace which you can then view/edit.
for _, object in pairs(game:GetObjects("rbxassetid://6233537049")) do object.Parent = workspace end
End
All inserted items go into the Workspace.
Tell me any bugs, feature requests, and more in the replies.
*Paid plugins and private models are not insertable. This is just something Roblox protects on their side. It makes sense why it is blocked.
Even if the tool was for downloading place files, it still wouldn’t work. Roblox obviously implements sanity checks to make sure you can’t access what isn’t yours.
A better name for this would be Asset Inserter. I think the name being “Downloader” is confusing people into thinking you’re downloading the assets to your computer, not the game.
Yes, but you need to download the file and insert it which gets tedious over time. I find this plugin very useful because it removes that repetitive task.
I created this when I didn’t really know how to use github, and I don’t really feel like creating a repository right now. Thanks though, if you have any ideas you can send it to me in messages or you can send them here.