Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "How to Roll Dice"

From Roll20 Wiki

Jump to: navigation, search
m (Turn Tracker)
(23 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{mbox | text = Just want to get going quickly? The easiest way to roll dice in Roll20 is by using the Dice Roller GUI. [[Dice Rolling GUI|Read more about it...]]}}
+
{{revdate}}{{HCbox| {{hc|articles/360037773133-Dice-Reference Here}} }}
 +
{{main|Complete Guide to Macros & Rolls}}
  
 +
{{#evp:youtube|vIJN1EVa0LQ|How to Roll Dice|right|500}}Rolling dice in Roll20 is easy! On the {{Text Chat}}-tab, just type <code>/roll</code>, followed by a formula like <code>3d6+5</code>, and press {{button|Enter}}. That's the first way!
  
Rolling dice in Roll20 is easy! Just type the <code>/roll</code> command into the Text Chat box, followed by a formula. In most cases, the formula is the same as the one that's printed in your game's instructions. For example, you might know that to roll an attack roll you need to roll a &quot;D20 plus your attack modifier&quot;. In Roll20, you would just type <code>/roll 1d20+5</code>. If you hit and you need to roll 3d6+2 damage, you would just type <code>/roll 3d6+2</code>. Finally, you can also string multiple rolls together. If you have an attack that does two types of damage, you might do <code>/roll 2d6+5 + 1d8</code>.
+
The following guide will show the different methods you can use to roll dice on Roll20.
  
So, the overall format for a dice roll is <code>/roll NdX+m</code> where N is the number of dice to roll, X is the number of sides of the dice, and m is the (optional) modifier, which can also be negative.
+
__TOC__
 +
=How to Roll=
 +
{{NavMacroDocs}}
 +
The 3 main methods to roll dice:
 +
 
 +
'''1. <u>[[#Roll Command|Roll Command]]</u>: Writing a roll command directly in the {{Text Chat}}.'''
 +
 
 +
'''2. <u>[[#Quick Roll(Dice GUI)|Quick Roll]]</u>: Using the {{DiceGUI}} to select dice to roll.'''
 +
 
 +
'''3. <u>[[#From Character Sheet|From Character Sheet]]</u>: Rolling dice with a [[Character_Sheets#Sheet_Rolls|Roll Button]] found on most [[Character Sheets]].'''
 +
 
 +
You can also roll dice by:
 +
 
 +
4. Pressing the roll button on a [[Macro]], found on the {{Collections}}-tab.
 +
 
 +
5. Pressing the roll button for a Character Ability, found on all character's [[Journal#Attributes_.26_Abilities_Tab|Attributes & Abilities]]-tab.
 +
 
 +
6. Pressing the roll button on your [[Quickbar]]. You can drag&drop [[Macros]], Sheet roll buttons, & Character Abilities to you macro quickbar, and then use them from there.
 +
 
 +
7. The [[Mobile]] app: open you character sheet on the app, and then make a roll. The roll will show both on your phone & in the game's {{Text Chat}}.
 +
 
 +
==Roll Command==
 +
[[File:Simple-dice-roll-in-chat.gif|thumb|left|350px| Simple dice roll made in the {{Text Chat}} (Aug 2021) ]]'''Example 1''', you might know that to roll an attack roll you need to roll a &quot;D20 plus your attack modifier&quot;. In Roll20, you would just type <pre style="overflow:hidden">/roll 1d20+5</pre>
 +
'''Example 2'''
 +
If you hit and you need to roll 3d6+2 damage, you would just type <code>/r 3d6+2</code>. Finally, you can also string multiple rolls together. If you have an attack that does two types of damage, you might do
 +
<pre style="overflow:hidden">/r 2d6+5 + 1d8</pre>
 +
 
 +
So, the overall format for a dice roll is <code>/roll NdX+m</code> where <code>N</code> is the number of dice to roll, <code>X</code> is the number of sides of the dice, and <code>m</code> is the (optional) modifier, which can also be negative.
  
 
After the roll is performed, you'll see the results of the roll in the text chat area. Notice that for each group of dice that were rolled, there will be a group of numbers in parentheses, representing the result of each individual dice that was rolled. You'll also see the total of all the dice values plus modifiers to the right of the equals sign.
 
After the roll is performed, you'll see the results of the roll in the text chat area. Notice that for each group of dice that were rolled, there will be a group of numbers in parentheses, representing the result of each individual dice that was rolled. You'll also see the total of all the dice values plus modifiers to the right of the equals sign.
  
For more advanced rolling mechanics, be sure to check out the [[dice-rolling-reference|Dice Rolling Reference]].
+
Check out the [[Dice Reference]] for more advanced rolling mechanics.
 +
<br clear=all>
 +
=== Rolling in Secret ===
 +
To perform a roll that can only be seen by you and the [[GM]], you can use the command <code>/gmroll</code>, instead of the regular <code>/r</code>. Using <code>/w gm</code> works basically the same.  
  
== Rolling in Secret ==
+
For example, if a [[player]] rolls <code>/gmroll 1d20+5</code>, Roll20 will roll <code>1d20+5</code> and show the result to the GM and the player who rolled it.
  
To perform a roll that can only be seen by you and the GM, you can use the command <code>/gmroll [formula]</code>. So for example <code>/gmroll 1d20+5</code>.
+
If the GM uses <code>/gmroll</code>, only the GM will see the result.
 +
<br clear=all>
 +
==Quick Roll(Dice GUI)==
 +
[[File:Dice-roller-gui-example.gif|thumb|right|400px| Making a few quick rolls from the {{DiceGUI}} ]]
 +
<br><br>
  
 +
Just want to get going quickly? The easiest way to roll dice in Roll20 is by using the {{DiceGUI}} found in the [[Toolbox]], as showing in the gif.
 +
<br clear=all>
 +
==From Character Sheet==
 +
[[File:Dice-roll-sheet-stargate-example.gif|left|thumb|450px|A dice roll made from a character sheet]]
 +
{{main|Character Sheet}}
 +
 +
Most [[Character Sheets]] have roll buttons on them, so you can just click on their buttons, and the roll is automatically shown in the {{Text Chat}}. These rolls automatically counts the relevant stats of the character, as well as displays the result in a nice way using a [[Roll Template]].
 +
<br clear=all>
 +
 +
=More Info=
 +
More detailed information on dice rolling and related things.
 
== Dice Icons ==
 
== Dice Icons ==
 +
[[File:DragDiceFrom Chat.gif|thumb|left|350px| Dragging a rolled dice from the chat to the map, and using it as a [[token]]. ]]
 +
When rolling a basic die ('''d4''', '''d6''', '''d8''', '''d10''', '''d12''', '''d20''', or '''d100''') a small icon appears in the chat window next to your roll, showing the result number. You can drag and drop this image onto the tabletop interface, creating a token in the interface color of the rolling player.
 +
 +
You can also re-roll these [[tokens]] or place them on another side. Right-click on the token, and under the “Multi-Sided” option you can choose to either make a “Random Side” appear-- which will result in a new roll-- or select “Choose Side.” The Choose Side option will launch a pop-up, from which you can pick the side of the token to display.
 +
<br clear=all>
 +
==Text Chat & more commands==
 +
{{Text Chat}} page shows the other basic commands you can use for dice rolling, such as <code>/em</code>(Emote) and  <code>/w</code>(whisper), and how to combine them with dice rolling.
 +
 +
{{ex}}
 +
If you want to have text with your dice roll, the <code>/em</code> is handy.
 +
<pre style="overflow:hidden">/em makes a dexterity, with the result:[[1d20+3]].</pre>
 +
 +
When making rolls using any other command than <code>/r</code>/<code>/gmroll</code>, you need to wrap the dice expression inside double brackets. This is referred to as an [[Complete_Guide_to_Macros_%26_Rolls#Inline_Rolls|inline roll]].
 +
 +
==Dice Syntax==
 +
The [[Dice Reference]] has a comprehensive list of how the Roll20 dice-rolling syntax works, such as counting success, exploding dice, keep/drop results, or adding a popup to let you choose.
 +
 +
'''[[Complete Guide to Macros & Rolls‎]]''' is the main page for the various pages documenting how the roll20 dice & macros work and how to reference stats, it's another good starting point everything related.
 +
 +
==Turn Tracker==
 +
[[File:Turn-Tracker-Init-from-sheet.gif|right|thumb|650px|Example of a roll made from a character sheet, which also happens to appears on the [[Turn Tracker]] ]]
 +
Making rolls that appear on the {{Turn Tracker}} can be handy for tracking initiative and setting the order that characters will take turns.
 +
 +
'''Before rolling the initiative, select your token''' so the result appears on the {{Turn Tracker}}.
 +
 +
* (almost) all character sheets have initiative buttons, which can be used to roll the initiative.
 +
* Simple way to roll initiative in the {{Text Chat}}:
 +
** <code>/r 1d20+3 &{tracker}</code>
 +
** See [[Macros/Initiative]] for more
 +
 +
{{clear}}
 +
 +
==Mobile==
 +
{{main|Mobile}}
  
When rolling a basic die (d4, d6, d8, d10, d12, or d20) a small icon appears in the chat window next to your roll, showing the result number. You can drag and drop this image onto the tabletop interface, creating a token in the interface color of the rolling player.
+
The Roll20 [[mobile]] app have options to make rolls from character sheets, and the result shows up in bot the {{Text Chat}}, as well as being displayed on your phone.  
  
You can also re-roll these tokens or place them on another side. Right-click on the token, and under the “Multi-Sided” option you can choose to either make a “Random Side” appear-- which will result in a new roll-- or select “Choose Side.” The Choose Side option will launch a pop-up, from which you can pick the side of the token to display.
 
  
 +
=Related Pages=
 +
* [[QuantumRoll]] - the feature that provides the randomness to all Roll20 rolls
 +
* [[3D Dice]]
 +
* {{DiceGUI}}
 +
* [[Character Sheets]] - most sheets have options to roll dice directly form them
 +
* '''[[Complete Guide to Macros & Rolls‎]]''' - Main page
 +
** {{Text Chat}} - where the roll results appear, & info on the common chat commands
 +
** [[Dice Reference]] - Comprehensive list of how the Roll20 dice-rolling syntax works, and list the features available
 +
** [[Macros]] - How to create macros, and other info on how the Roll20 <span style="font-family:Pictos;">q</span>Text Chat works, like referencing stats on character sheets, roll queries, nesting macros & initiative
 +
*** [[Reusing Rolls]]
 +
** [[Roll Templates]] - a method of formatting roll results in the chat, with some extra functions
 +
** [[API]]''({{Pro}} Only)'' - API commands can be used in the <span style="font-family:Pictos;">q</span>Text Chat
 +
* [[Mobile]]
 +
<br>
 
[[Category:Docs]]
 
[[Category:Docs]]
[[Category:NeedsUpdates]]
+
[[Category:Roll20]]
 +
[[Category:Guides]]
 +
[[Category:Featured articles]]
 +
[[Category:Get Started]]

Revision as of 11:50, 22 December 2021

Attention: This page is community-maintained. For the official Roll20 version of this article, see the Help Center for assistance: Here .

Main Page: Complete Guide to Macros & Rolls

How to Roll Dice
Rolling dice in Roll20 is easy! On the q Text Chat-tab, just type /roll, followed by a formula like 3d6+5, and press Enter. That's the first way!

The following guide will show the different methods you can use to roll dice on Roll20.

Contents

How to Roll

The 3 main methods to roll dice:

1. Roll Command: Writing a roll command directly in the q Text Chat.

2. Quick Roll: Using the t Dice Rolling GUI to select dice to roll.

3. From Character Sheet: Rolling dice with a Roll Button found on most Character Sheets.

You can also roll dice by:

4. Pressing the roll button on a Macro, found on the l Collections-tab.

5. Pressing the roll button for a Character Ability, found on all character's Attributes & Abilities-tab.

6. Pressing the roll button on your Quickbar. You can drag&drop Macros, Sheet roll buttons, & Character Abilities to you macro quickbar, and then use them from there.

7. The Mobile app: open you character sheet on the app, and then make a roll. The roll will show both on your phone & in the game's q Text Chat.

Roll Command

Simple dice roll made in the q Text Chat (Aug 2021)
Example 1, you might know that to roll an attack roll you need to roll a "D20 plus your attack modifier". In Roll20, you would just type
/roll 1d20+5

Example 2 If you hit and you need to roll 3d6+2 damage, you would just type /r 3d6+2. Finally, you can also string multiple rolls together. If you have an attack that does two types of damage, you might do

/r 2d6+5 + 1d8

So, the overall format for a dice roll is /roll NdX+m where N is the number of dice to roll, X is the number of sides of the dice, and m is the (optional) modifier, which can also be negative.

After the roll is performed, you'll see the results of the roll in the text chat area. Notice that for each group of dice that were rolled, there will be a group of numbers in parentheses, representing the result of each individual dice that was rolled. You'll also see the total of all the dice values plus modifiers to the right of the equals sign.

Check out the Dice Reference for more advanced rolling mechanics.

Rolling in Secret

To perform a roll that can only be seen by you and the GM, you can use the command /gmroll, instead of the regular /r. Using /w gm works basically the same.

For example, if a player rolls /gmroll 1d20+5, Roll20 will roll 1d20+5 and show the result to the GM and the player who rolled it.

If the GM uses /gmroll, only the GM will see the result.

Quick Roll(Dice GUI)

Making a few quick rolls from the t Dice Rolling GUI



Just want to get going quickly? The easiest way to roll dice in Roll20 is by using the t Dice Rolling GUI found in the Toolbox, as showing in the gif.

From Character Sheet

A dice roll made from a character sheet

Main Page: Character Sheet

Most Character Sheets have roll buttons on them, so you can just click on their buttons, and the roll is automatically shown in the q Text Chat. These rolls automatically counts the relevant stats of the character, as well as displays the result in a nice way using a Roll Template.

More Info

More detailed information on dice rolling and related things.

Dice Icons

Dragging a rolled dice from the chat to the map, and using it as a token.

When rolling a basic die (d4, d6, d8, d10, d12, d20, or d100) a small icon appears in the chat window next to your roll, showing the result number. You can drag and drop this image onto the tabletop interface, creating a token in the interface color of the rolling player.

You can also re-roll these tokens or place them on another side. Right-click on the token, and under the “Multi-Sided” option you can choose to either make a “Random Side” appear-- which will result in a new roll-- or select “Choose Side.” The Choose Side option will launch a pop-up, from which you can pick the side of the token to display.

Text Chat & more commands

q Text Chat page shows the other basic commands you can use for dice rolling, such as /em(Emote) and /w(whisper), and how to combine them with dice rolling.


Example:

If you want to have text with your dice roll, the /em is handy.

/em makes a dexterity, with the result:[[1d20+3]].

When making rolls using any other command than /r//gmroll, you need to wrap the dice expression inside double brackets. This is referred to as an inline roll.

Dice Syntax

The Dice Reference has a comprehensive list of how the Roll20 dice-rolling syntax works, such as counting success, exploding dice, keep/drop results, or adding a popup to let you choose.

Complete Guide to Macros & Rolls‎ is the main page for the various pages documenting how the roll20 dice & macros work and how to reference stats, it's another good starting point everything related.

Turn Tracker

Example of a roll made from a character sheet, which also happens to appears on the Turn Tracker

Making rolls that appear on the t Turn Tracker can be handy for tracking initiative and setting the order that characters will take turns.

Before rolling the initiative, select your token so the result appears on the t Turn Tracker.

  • (almost) all character sheets have initiative buttons, which can be used to roll the initiative.
  • Simple way to roll initiative in the q Text Chat:

Mobile

Main Page: Mobile

The Roll20 mobile app have options to make rolls from character sheets, and the result shows up in bot the q Text Chat, as well as being displayed on your phone.


Related Pages