The noise() function is handy for these kinds of situations. It takes in time and outputs values between -1 and 1. So something like this would work: Code: float $fFreq = 1.0; float $fMag = 3.0; myObject.rotateZ = $fMag * noise(time * $fFreq);