Clones are confusing concepts in Hopscotch
Creating a clone just uses the block
You can create them using the: When Game Starts block or the less then block which makes clones almost instantly
To control the clones separately the block use an equal to block and do what you want that clone to do like so
This example shows
Create 49 clones
When Clone Index = 5, then turn 1 degrees
The clone is going to turn forever if we don’t put a
repeat forever wait 1 millisecond
Go to Clone Test
If you need more help comment what you need help on
Go to Clone Test