Here we go ! That'll let you move all selected tokens in terms of squares, feet (or whatever unit is set on the page), or pixels, depending on a GM-set mode. Example usage: !movetok 3 0,3 -3 0,-3 That would move each of the selected tokens in a 3x3 square clockwise starting and ending at the top-left corner. The token will move to each waypoint and sit there for 600ms (3/5ths of a second) before continuing to the next waypoint, which seems to be a decent approximation of the animation you see when someone else moves a token along a waypoint path manually. The script will also throw up a yellow path object to show the route, and the tokens' lastmove property will be set appropriately, so if you select the token and hit space after running the command, you'll see the path again. The script is currently awaiting merge into the scripts repo. Until then, you can find it at <a href="https://github.com/Lithl/roll20-api-scripts/blob/slide-tokens/Slide%20Tokens/Slide%20Tokens.js" rel="nofollow">https://github.com/Lithl/roll20-api-scripts/blob/slide-tokens/Slide%20Tokens/Slide%20Tokens.js</a>