How do u make a sprite duplicate without making 2 sprites

i wanna make a maze with the goo but its to hard my laptop can’t handle all the 240 sprites on my test game i’m a bit stuck

Welcome to Snap! Do you have a link to share? That usually helps.
Also, you might want to change the topic of this post to Help with Snap! > Snap! Editor

This is what clones are for!
You can create a clone by using the create a clone block block. Once you create a clone, you can have it run code by putting the code under a When I start a clone block. To delete a clone, put a Delete this clone block in a clone’s script.

Mark a post with Solution if that post solved your problem

what if u need the clones to do something else?

Try to make this code.

where do you get the tell [] to { } ::control block from

It seems like a custom block:
untitled script pic (31)

just use tell [ V] to ({}@>) @:> , idk what the point of that block is

I didn’t use lambda blocks

Why? The C-slot implicitly reifies the lambda anyway…

is there a reason why? a { } represents a lambda anyway.