I know how to a specific amount of objects, but how do i randomize the amount of created objects?
IDK how you’re creating your objects but you can use a repeat with RandomInRange(minimum,maximum) as the number of times. This creates between 10 and 15 and spaces them apart.
How did you do that repeat condition? cant find it
The plus symbol inside a circle in the upper right.
Note: the repeat doesn’t have the expression building thingy, you have to start typing to get your choices.
thank you, it worked
1 Like