Is there a reason the FATE Dice don't work already? The Dice Reference mentions that Roll20 already supports FATE dice and the example works. With that being said, I'd say Roll Templates are just a way of formatting the output so it's prettier and must be done using the inline rolls, so you wouldn't see each individual die roll without hovering over the final total. So, for example, let's say you needed to roll 4 FATE dice the roll template would require something like this: {{attack= [[4dF]] The output would be a single number, say -2. If you hovered over the negative 2, you should get a little hoverover window that displays: (0--0), so you would know that the roll was 2 zeroes and 2 -1s. That being said, if you wanted to have those 0,-,-,0 actually display in the roll template, the only way I know of to do that would be to call each die roll separately, but they could all be in the same roll template (i.e. 1 call). But then you would need to do the math manually as well. Does that answer your question?