Endpoint
Parameters
Array of objects to create. Each item contains:
Response
Array of results, one for each item in the input. Each result contains:
Examples
Create Multiple Configured Parts
Create Multiple Scripts
Create Game Setup Structure
Mixed Success and Failure
Notes
- Each object is created independently; one failure does not stop others
- Results are returned in the same order as input items
- Properties are applied before parenting
- Invalid properties are silently ignored (wrapped in pcall)
- More efficient than calling
create_object_with_propertiesmultiple times - For simple objects without properties, use
mass_create_objects