Thought Id post this in bug reports and make an 'official' bug post, since its still an issue. When using sendPing the only view that sees the ping, and gets its view moved is a GM. even a GM 'logged in as player' in another browser doesnt get moved or see a ping. For example once I find the token I need (current_token), I use the below code: var ttop = current_token.get("top"); var tleft = current_token.get("left"); sendPing(tleft, ttop, Campaign().get('playerpageid'), null, true); This does send a yellow ping, move my view and such..but only for me as GM, not one of the players even knew it happened. even trying: on("ready", function() { sendPing(100, 100, Campaign().get('playerpageid'), null, true); }); Does nothing for players. I can save script over and over..and as GM ping myself to death and move my view to 100,100. But again players see nothing.