→ What is this? This is basically a system that separates individual words that are between spaces and distributes them on another list, where each item will contain each of those words. It also works with other types of separating digits besides the spaces. → For what purpose? I made this so I don't have to make multiple lists to hold multiple values. Let's say that I want to store 2 values on a single item on the same list, and that I'll need to use the stored values for 2 different variables, but these values can have different amounts of digits. Normally, you would either store these values on different lists or use the "join" method, but that's too much blocks and not very practical, so with this system I can use less blocks and I'll only need to use 1 list. ______________________________________ @JackaLock / @jackalocked