Retrieving objects from the pool
You can retrieve an object from the pool with the :Get() method
Alternatively, you can get AND load the object into the game using :LoadItem()
Bulk retrieval
You can get a table containing all the QueuedInstances using :GetAll()
You can also immediately load all the QueuedInstances using :LoadAll()
Last updated