We can create a basic sine wave by using the math.sin function and passing the current up time in milliseconds as the first argument. math.sin( GetGameTimer() ).
確定! 回上一頁