Hi there, just noting that the format text function is very useful for debugging but there is a lot of extra work every time you need to plug things to it.
The function supposedly takes wildcards as input but in reality, it doesn’t take those wildcards. It only takes float, integer or text… no string! no vector, no boolean, no rotator… so you need to manually convert the type into text.
It would be nice if you can take a look at how the function “print text” converts all those data types into text automatically when you plug something and replicate the same behaviour to the “format text” function.
Another comment related to this: It is not clear why do you have “print text” and “print string” as different functions, when they do the same thing, only having different input type, and you don’t have something called “format string” that would work as intended for string data types.
hope the comment is valuable for improving your product.
Best regards
…