Here's an explanation on everything about Custom Blocks (from what I've seen) ----------------------------------------------------------------------- Custom Blocks work like Broadcast blocks, but unlike the basic ones you can add your own texts and give variables to them. You can use a specific block to run the code under the Custom Block, where you can fill in what the Custom Block's variables should be (either text/numbers or a variable). You can then grab those variables of the Custom Block and replace numbers with them. These variables will function as the number that was given to the Custom Block when it started. Custom Block variables get reset after the Custom Block is fully executed, meaning they are temporary variables to carry over other variables or texts ------------------------------------------------------------------------- The actual project is a simple sequence I made with a Custom Block, where you type a text and you can adjust the 'duration' variable, after which it will say that text for as long as the duration variable.
I made this by myself, in about 10-15 minutes. I actually made this to test out a simple thing with Custom Blocks, but ended up turning it into an explanation on how they work since they can be very confusing.