Description
Creates multiple Roblox object instances with initial properties in a single operation. This is the most powerful batch creation tool, allowing you to create fully configured objects efficiently.Parameters
Array of objects to create with properties. Each object in the array should have:
Example
Use Cases
- Building complete level layouts with fully configured platforms
- Creating obstacle courses with precise positioning and properties
- Batch creating UI elements with specific attributes
- Generating procedural content with calculated properties
- Automating complex scene setups for games
- Creating multiple game objects with different configurations
Performance Notes
This tool is optimized for batch operations. Creating 10 objects with properties using this tool is significantly faster than making 10 separatecreate_object_with_properties calls.
Related Tools
- create_object_with_properties - Create a single object with properties
- mass_create_objects - Create multiple objects without properties
- smart_duplicate - Duplicate existing objects with variations