Video Renderer coming soon! (You'll have to wait until at least Monday so I can get home.) See inside for further instructions. To use this, copy the python code from the comment inside and paste it into your ScratchAttach script. Then, backpack the sprite and put it into your project (which should use Cloud Requests). Then, you can (when the 'response' list receives the image data) use the custom block to set the dimensions and draw the image received. Use the clear cache block on green flag click. When you receive an image, use the 'store' block to store the image into the cache and give it an appropriate name. Then, in the render block, use the image name to get the image from the cache and render it on stage. Different aspect ratios for images are supported. All you need to do is change the render dimensions (top, bottom, left, right) in the render custom block to match your aspect ratio.