Hi there,
Is there any way that I could change a float value for a specific amount of time and then change it back again to its original value?
Thank you very much!
Best regards,
Hi there,
Is there any way that I could change a float value for a specific amount of time and then change it back again to its original value?
Thank you very much!
Best regards,
You can use a ‘set’ node to set it to the temporary value, then put a ‘delay’ node after that, then another ‘set’ node after the delay.
Thank you very much for your answer!