Description
Creates multiple Roblox object instances in a single operation. This is useful for batch creation of objects without needing to set initial properties. Each object can have a different class name, parent, and name.Parameters
Array of objects to create. Each object in the array should have:
Example
Use Cases
- Rapidly creating folder structures for organizing game content
- Batch creating placeholder objects for later configuration
- Building hierarchical structures efficiently
- Initializing level layouts with multiple objects
- Automating repetitive object creation tasks
Related Tools
- create_object - Create a single object
- mass_create_objects_with_properties - Create multiple objects with initial properties