I made a custom block that will generate factorials. Feel free to use the scripts for yourself, but give me credit. What is a factorial? A factorial is an operation that multiplies x by x - 1, then multiplies itself by x - 2, then x - 3, then x - 4, etc.