quite easy. just make a script, and find the pos of where you want the platform (using getPos)
then make a loop like such:
_freq = 1
;how many seconds you want it to wait to loop, higher
;time, faster comp
#myloop
pallet_one setPos [***,***,***]
~_freq
goto "myloop"