GiovanniNatale said: Yes, thanks for this part . But if I ask for 2 dices 42 , the dice result is , for exemple 70. How can I make , in my template foreach dice display value end for each and more, is there a way to specified that dices result must be different ( no possible having 35 two Times for exemple ) Sorry, I misread your request (and didnt realise you were rolling d42). With standard dice rolls: You cant display both the individual dice rolls and the total, without using the /roll method. But the /roll method always displays the sum. There is no way to guarantee that both dice will be separate. A custom API script could do what you want, but would have to be created. Another alternative would be to use a card deck. Create a deck with 42 images, and deal 2 cards to people who are rolling. The cards will show different numbers.