Theta for a sine graph [ SOLVED ]

 I assume if you clicked here you either know how to help 

or are curious to know what that jargon means.
If you can help, this conversation is for you.
On flowlab, Theta is called ‘specified angle v’,
and I can’t figure out how to get my sine graph to output more than one number.
(Instead of a wavy graph, I’m getting a straight line).
This is what I have: Math.sin(v),
but I still need a relevant ‘v’ value that’s always changing with the curve.

Try just incrementing a Number block and using that value each frame.

Maybe take a look here: https://flowlab.io/game/play/768960

Thanks! I really appreciate the help