QuickOBJ - Easily store and get objects in one place!

Frame 6

QuickOBJ - Create Configured Folder of Objects

Easily store and get objects in one place!

How To Use?
  1. Add object in plugin:

    • Open plugin
    • Select Object to copy in Explorer
    • Click “plus” button
    • Click “Add”
    • You can: Delete Object (:wastebasket: Icon) and Rename Object (:pencil2: Icon)
  2. Add object in script:

    • Require a QuickOBJ Module (game.ReplicatedStorage.QuickOBJ)
    • Module:AddObject(Object, Name)
  3. Copy object in script:

    • Require a QuickOBJ Module (game.ReplicatedStorage.QuickOBJ)
    • Module:CopyObject(ObjectName, Destination)
How this plugin is helpful for you?
  • 1
  • 2
  • 3
  • 4
  • 5

0 voters

2 Likes

interesting plugin . I will try it out later

1 Like


I think you forgot that the toolbox exists and you can import stuff you own

My plugin can working in game (local and server), but toolbox only in studio

It’s a plugin if you ask

It stores data in ReplicatedStorage and making modulescript in it. So you can require a module and use it in game