Hey, thanks for your answer.
So i tried giving the ‘random float’ function a determined seed value like so:
But the three print functions are still printing out different float values:
(Although the same three values every time because of the seed)
I want them to get and print the same float from the ‘Random Float’ function, preferably without having to store them as variables first since that would result in loads of variables for the thing im working on.