There isn't any way of doing that with standard d6s in the dice syntax, but you can make a rollable table where the faces are the successes or failures: • 2 Successes • 1 Success • 0 Successes with appropriate weights. You'll likely need 2 or more tables for only 6 hits, 5+ hits, 4+ hits, etc. Could even put them in the form: • 2 Successes (6) • 1 Success (5) • 1 Success (4) • 0 Successes (3) • 0 Successes (2) • 0 Successes (1) Anyway, then you can roll them like: [[ 3t[ 5plus ] + 1t[ 4plus ] ]] and get a total that is the correct number of successes, you just need to have the number of successes first in the items. See: <a href="https://wiki.roll20.net/Card_Decks_and_Rollable_Ta" rel="nofollow">https://wiki.roll20.net/Card_Decks_and_Rollable_Ta</a>...