How to clone parts

Hi there,

this post is not as simple as the title seems

I have created a 2d rope swinging system.
There are frames (dots) called ‘Ledge’ that you can swing on that are randomly dotted on the map.
I want to make a system that automatically makes them, but while cloning them making seperate
zones, like red, orange, yellow etc all the way to purple. in each zone there gets less frames per zone.
I have tried to make a script but have not even thought of how i can do this.

Any help will be massively appreciated!

Thanks,
kieran :slight_smile:

i think for this you can use for loop like for i = 1,100 (or the number you want the dots to be ),1 do and check when i is >= 1 and <= 30 make their color red (the zones you wanted)