Skip to content

Asset Importer Pro is a Roblox Studio plugin that allows developers to import assets directly using LoadAssetAsync() and preview them before inserting them.

License

Notifications You must be signed in to change notification settings

foxjetstudios/asset-importer-pro-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Asset Importer Pro ⬇️

By Fox Jet Studios

Quickly import and preview Roblox assets by ID or a URL right inside of Roblox Studio. Asset Importer Pro makes fetching models, meshes, decals, and other assets fast, and easy.


Features ✨

  • ✅ Import any Roblox asset by ID or URL
  • ✅ Live preview before importing
  • ✅ Choose destination (Workspace, ReplicatedStorage, ServerStorage, StarterGui, Selected Object)
  • ✅ Clean, modern, and intuitive UI
  • ✅ Visual feedback with logs, warnings, and errors
  • ✅ Smooth hover and interaction effects
  • ✅ Spinner for loading states
  • ✅ Fully self-contained, no extra dependencies

Installation 🛠️

  1. Download the plugin '.rbxm' file (you can find it in src)
  2. Open Roblox Studio
  3. Go to Explorer → Plugin → Save as local plugin
  4. Load the plugin in your game

Usage 🚀

  1. Open Asset Importer Pro from the Plugins tab
  2. Paste a Roblox asset URL or numeric ID
  3. Choose your destination instance
  4. Click Preview to check the asset visually
  5. Click Import to add it directly to your game
  6. Clear logs anytime using the trash button

The plugin shows logs for success, warnings, and errors in real time so you always know if something happened without needing to go to output.


Supported Asset Destinations 📂

  • Workspace
  • ReplicatedStorage
  • ServerStorage
  • StarterGui
  • Selected Object (dynamic import > select a instance where the imported object will be parented to)

How It Works ⚡

Asset Importer Pro uses a robust pipeline:

  • Extracts numeric asset ID from URL or input
  • Fetches asset info and thumbnail
  • Previews asset with name, creator, description, and thumbnail
  • Imports asset into the chosen destination
  • Provides real-time logging and feedback

No external dependencies. Fully optimized for Studio workflows.

Screenshot

Requirements ⚠️

  • Script injection permissions must be enabled

License 📜

Released under the MIT License Free to use, modify, and distribute. Please see the LICENSE file for more details.


Support & Feedback 😁

About

Asset Importer Pro is a Roblox Studio plugin that allows developers to import assets directly using LoadAssetAsync() and preview them before inserting them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages