Thanks very much for your feedback.
You actually can spawn new Props from Verse, but only existing FN Props at the moment (not custom Props, made from your own meshes). There is also a limit on the number you can spawn. We hope to fix that in the future. For now, you can create a ‘pool’ of Props and Teleport them when needed.
# Spawns a `creative_prop` at the specified `Position` and `Rotation`. `Position` and `Rotation` units are in cm.
# Returns tuple:
# 0: Instance of a `creative_prop`. False if no `creative_prop` could be created. See `spawn_prop_result` for failure cases.
# 1: Success or failure results.
SpawnProp<native><public>(Asset:creative_prop_asset, Position:vector3, Rotation:rotation)<transacts>:tuple(?creative_prop, spawn_prop_result)