Normally, an int will be automatically converted to a real value if necessary. So this should not be your problem. I don't see your script but I can imagine the problem is to repeat different angle values for the number of your symbols. You can make this by repeating one of the inputs of your angle generator (random number as example)   A good start is to just check it step by step. As example connect an int to the angle and look what happens. Then you connect a real value and look aga
    • Like
    1