Hello!!! I want to teach you how to do pixel art with a method that is easy to code
Add an object
Code the appearance and set speed to (999999…a lot of numbers ), then if you want a background let’s draw a trail (width=a lot of numbers) and move forward 1
Then set (pixel size “new variable)“ to (number that isn’t 0)
{Repeat times “Pixel Size”x”2”
Move forward “0.25”
(Draw a trail color “color” width “1“
Change y by “pixel”x”-1”)
Move forward “0,25”
(draw a trail color “color” width “1”
Change y by “pixel“)}
Cool! Always great to have options for different code when making pixel art. I’m not entirely sure why you have the set invisibility block tho? You could just use an invisible text objects to speed it up by a frame.