Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to have more than 300 clones?
- musicROCKS013
-
Scratcher
1000+ posts
how to have more than 300 clones?
You can't. You could go to turbowarp and disable this limit, but in scratch 300 in the limit, and there is no getting around it.
- Spentine
-
Scratcher
1000+ posts
how to have more than 300 clones?
There is a workaround with the pen extension… but it's much more complicated.
- helloworldbyeworld
-
Scratcher
1000+ posts
how to have more than 300 clones?
Even though there isn't a pure-scratch workaround for the 300 clone limit, there are some ways to use less clones:
1. Delete clones after they are used or if they are not visible. By deleting unused clones, you can have more active clones.
2. If a clone is not doing anything, you can use the stamp block in the pen extension in place of the clone.
1. Delete clones after they are used or if they are not visible. By deleting unused clones, you can have more active clones.
2. If a clone is not doing anything, you can use the stamp block in the pen extension in place of the clone.
- Jlerpy
-
Scratcher
1000+ posts
how to have more than 300 clones?
Why do you want to? That might help figure out an alternative solution.
- ScaredPenguinXXL
-
Scratcher
18 posts
how to have more than 300 clones?
TurboWarp set to infinite clones or use Pen
- Werner53
-
Scratcher
25 posts
how to have more than 300 clones?
how do i do that?You can't have more than 300 clones in scratch but you can use the block called stamp in the pen extension.
- chipnborg
-
Scratcher
14 posts
how to have more than 300 clones?
TurboWarp set to infinite clones or use Pen
ummmmmmmmm… what?
- FrostyPhantasm
-
Scratcher
5 posts
how to have more than 300 clones?
You could:
Make Another Sprite and put this code in.
Make Another Sprite and put this code in.
define clones
foreverit won't make it so you will get infinite clones, but you will get way more clones.
create clone of [main sprite]
end
- CoconutGator
-
Scratcher
1000+ posts
how to have more than 300 clones?
You could:I don't think that's what they mean.
Make Another Sprite and put this code in.define clonesforeverit won't make it so you will get infinite clones, but you will get way more clones.
create clone of [main sprite]
end
- AwezomeXD
-
Scratcher
100+ posts
how to have more than 300 clones?
TurboWarp allows you to run Scratch projects faster, and can remove some limits like the clone limit. Although I'd try to optimize any project you have to not reach the clone limit first before you just use TurboWarp for your project.TurboWarp set to infinite clones or use Pen
ummmmmmmmm… what?
- MarkGamez
-
Scratcher
31 posts
how to have more than 300 clones?
There is something called Turbowarp which you can find here that lets you run projects. There are many settings to mess around with and one of them disables clonesTurboWarp set to infinite clones or use Pen
ummmmmmmmm… what?
- jaked27797
-
Scratcher
40 posts
how to have more than 300 clones?
wait is is it per project or per sprite
- Tunde123
-
Scratcher
1000+ posts
how to have more than 300 clones?
wait is is it per project or per spritePer project.
- jaked27797
-
Scratcher
40 posts
how to have more than 300 clones?
wait is is it per project or per spritePer project.
toattal ooof
- RED-001-alt
-
Scratcher
1000+ posts
how to have more than 300 clones?
You can load a project in Turbowarp: https://turbowarp.org, then press the “Advanced” button in the header and click the “Infinite Clones” checkbox in the “Remove Limits” section.
- AJK_21
-
Scratcher
49 posts
how to have more than 300 clones?
There is something called Turbowarp which you can find here that lets you run projects. There are many settings to mess around with and one of them disables clones
I guess this is the easiest solution, and if you want to prevent Scratchers running your project without TurboWarp, use the ‘is TurboWarp?’ block (developed by GarboMuffin) which you can find here. Just backpack the special block which is in the sprite.
What that Boolean block does is it returns as ‘true’ if the project is running on TurboWarp, however it returns as ‘false’ if the project is run on platform other than TurboWarp, such as Scratch.
- GalakC
-
Scratcher
500+ posts
how to have more than 300 clones?
you should try and accomplish your project without exceeding 300 clones. it's a limit for a reason.
- Discussion Forums
- » Help with Scripts
-
» how to have more than 300 clones?

















