Main Question: Normally, you can't draw with pen outside of the scratch window. So how did I do it? Answer: I used a bit of code from my scrolling map script and applied it here. With the script, I made a rectangle zoomed in (the only sprite), hid it, and drew everything with it. Pretty simple, right? --- Notes and Credits: All by me, You may use any of the code in the project with given credit; if you are going to use my code, please send a link to your project - you might end up getting an extra 2 likes on it :). -- THIS IS THE ORIGINAL PROJECT. -- For those who don't like to look at other peoples' script, here's a hint (which is a statement made by me, which is true!): Code order always matters when using pen. -- FPS - Frames per Second This is the only thing in this project that you can use WITHOUT credit. I would recommend not to use a custom text generator so that you get the real-time FPS. Here's what I did: http://scratchblocks.github.io/#?style=scratch3&script=when%20flag%20clicked%0Aforever%20%2F%2F%20the%20loop%0A%09set%20%5BFPS%20v%5D%20to%20(round((1)%2F(timer)))%0A%09reset%20timer%0A%09code%20%3A%3A%20grey%20%2F%2F%20your%20code%20here%0Aend