I swear literally every single baby name list has no spaces, I’ve been looking for hours. How would I split something like AdamJamesJohnJoe to Adam James John Joe? @JR01
Have Text Compare look for capital letters, then each time it detects one add a space
I already figured that out, but how would I do that?
One sec, I’ll send a screenshot/code
Importable
{“data”:{“behavior”:{“v”:“2”,“nodes”:[{“inputCount”:1,“outputCount”:1,“name”:“Capital Letter Seperater”,“behaviorType”:“logic.NodeGroup”,“x”:-90,“y”:352,“group”:"",“id”:“dcf35ea9977c8b4d”,“isMenuItem”:false},{“inputCount”:0,“outputCount”:1,“name”:“Bundle Input”,“behaviorType”:“logic.NodeGroupInput”,“x”:-360,“y”:-32,“group”:“dcf35ea9977c8b4d”,“id”:“dcf421d4ecfacc4e”,“portId”:“dcf35ea9977c8b4di0”,“tag”:“Words”,“dataType”:1},{“inputCount”:2,“outputCount”:2,“name”:“Text Compare”,“behaviorType”:“logic.data.TextCompare”,“x”:180,“y”:-32,“group”:“dcf35ea9977c8b4d”,“id”:“dcf53bfbe7a6ff40”,“hsv”:“A B C D E F G H I J K L M N O P Q R S T U V W X Y Z”,“mode”:1},{“inputCount”:5,“outputCount”:2,“name”:“Text”,“behaviorType”:“logic.data.TextBlock”,“x”:-180,“y”:-32,“group”:“dcf35ea9977c8b4d”,“id”:“dcf5f52043bd8348”,“startVal”:""},{“inputCount”:5,“outputCount”:2,“name”:“Text”,“behaviorType”:“logic.data.TextBlock”,“x”:-360,“y”:64,“group”:“dcf35ea9977c8b4d”,“id”:“dcf624462aba5045”,“startVal”:""},{“inputCount”:1,“outputCount”:2,“name”:“Text List Each”,“behaviorType”:“logic.data.ListEach”,“x”:0,“y”:-32,“group”:“dcf35ea9977c8b4d”,“id”:“dcf651cf76377049”,“delay”:0},{“inputCount”:5,“outputCount”:2,“name”:“Text”,“behaviorType”:“logic.data.TextBlock”,“x”:540,“y”:-32,“group”:“dcf35ea9977c8b4d”,“id”:“dcf6a6fb339afd4a”,“startVal”:""},{“inputCount”:5,“outputCount”:2,“name”:“Text”,“behaviorType”:“logic.data.TextBlock”,“x”:360,“y”:-128,“group”:“dcf35ea9977c8b4d”,“id”:“dcfae21092c92f4b”,“startVal”:" "},{“inputCount”:1,“outputCount”:0,“name”:“Bundle Output”,“behaviorType”:“logic.NodeGroupOutput”,“x”:720,“y”:-32,“group”:“dcf35ea9977c8b4d”,“id”:“dcfb4ec904d23f42”,“portId”:“dcf35ea9977c8b4do0”,“tag”:"Add " “”,“dataType”:1}],“links”:[{“input_id”:“dcf5f52043bd8348i0”,“output_id”:“dcf421d4ecfacc4eo0”},{“input_id”:“dcf624462aba5045i1”,“output_id”:“dcf421d4ecfacc4eo0”},{“input_id”:“dcfae21092c92f4bi1”,“output_id”:“dcf53bfbe7a6ff40o0”},{“input_id”:“dcf6a6fb339afd4ai3”,“output_id”:“dcf53bfbe7a6ff40o0”},{“input_id”:“dcf6a6fb339afd4ai3”,“output_id”:“dcf53bfbe7a6ff40o1”},{“input_id”:“dcf651cf76377049i0”,“output_id”:“dcf5f52043bd8348o1”},{“input_id”:“dcf5f52043bd8348i4”,“output_id”:“dcf624462aba5045o0”},{“input_id”:“dcf53bfbe7a6ff40i1”,“output_id”:“dcf651cf76377049o0”},{“input_id”:“dcfb4ec904d23f42i0”,“output_id”:“dcf6a6fb339afd4ao0”},{“input_id”:“dcf6a6fb339afd4ai3”,“output_id”:“dcfae21092c92f4bo0”}]}}}
That importable doesn’t work.
Idk, this happened to me before, it could be a bug.
Here’s the link to the game I made it in. Look in the “Vent” object
If you need any more help or the bundle doesn’t work just ask and I’ll try to fix it.
Well, the code is so laggy it crashes flowlab.
It’s probably because it’s a really long list and the List Each is set to 0, how long is the list you have?
100 names long
Is the pasting into the Text behavior what crashes it? This has happened to me before.
No, I already know this issue from Flordle.
Would you mind DMing me the link to the game? (You can also try setting the List Each to 0.1)
I did set it to 0.1, however it takes around 20 seconds to run it all through, the link is currently private but i can private message it to you
I just use a list each and have a space be added between each added name.
That’s basically what I had in the bundle