1 2 3 4 5 6 7 8
movplat = {} function movplat.Behavior(id) while true do moveRight(id, 90, 30) moveLeft(id, 90, 30) end end