Hi…
How do I create objects at multiple selected locations randomly?
I was looking for something like "create object at position (a or b or c or d)
Any help pls.
Hi…
How do I create objects at multiple selected locations randomly?
I was looking for something like "create object at position (a or b or c or d)
Any help pls.
Take a look here How to spawn enemies - #8 by UlisesFreitas
As you’re updating the variable each time before spawning an enemy, Your enemy will spawn at random position. (In a range you define)
This is how you set a variable to a random integer in a range: