basic.forever(function () { DriveBit.go(dbDirection.Forward, 100) basic.pause(3000) DriveBit.go(dbDirection.Reverse, 100) basic.pause(3000) })