Robert R. said: Every time I use partial lighting (such as 90° radius and so forth), the light comes out of the wrong side. In my experience, the average token's face is pointed downward while partial light emission points upward. It's pretty frustrating when demonstrating line of sight to have the light come out of a token's butt. Short of vertically flipping every token in the game, can this be fixed/accommodated? I use this script to handle the proper facing and sizing of tokens: <a href="https://app.roll20.net/forum/post/1383700/a-script-initializing-token-size-and-virtical-slash-horazontal-filp-with-in-campaine-adjustments-with-in-game-setting-controlls/#post-1383703" rel="nofollow">https://app.roll20.net/forum/post/1383700/a-script-initializing-token-size-and-virtical-slash-horazontal-filp-with-in-campaine-adjustments-with-in-game-setting-controlls/#post-1383703</a> William R. said: I've had similar problems with tokens, but in a way that cant be rotated to fix. if it comes out the side. no combination of flipping will get it to the front.My players have had a APC vehicle with its lights coming out the side for months :P For tokens that have the front facing out one of the sides of the bounding box I use the following item carrying script: <a href="https://app.roll20.net/forum/post/201089/script-carrying-tokens#post-221845" rel="nofollow">https://app.roll20.net/forum/post/201089/script-carrying-tokens#post-221845</a> Just set a second token that has the same demintions as your apc but swap the hight and width so that the front of the new token will line up with the true front of the apc. make shure this new token is behinde the apc token and can be controled by every body that can controle the apc then use the command to make the apc carry the new token. If all works properly then you should have light comming out the front of you apc. If the apc turns just rotate the light token so that it lines up prop[erly again. with a bit of messing around you could modify the code so that it will automaticaly turn the light sorce so that when the apc turns the light token turns respectfuly.