I believe the variable is $timeScale and you can call commandToClient(%client, 'setTimeScale',#); to set the clients' timescales.
Try setTimeScale(2);commandToAll('timescale',2);
This makes everyone's movements choppy. The setTimeScale function doesnt seem to be doing anything.