Consider the following problem. Roll a die many times, and stop when the total exceeds $M$, for some prescribed threshold $M$. Call this time $\tau$, and call the running score after $n$ rolls $X_n$.
What is the distribution of $X_\tau$?
Of course $X_\tau \in [M,M+5]$. However, I can get little beyond this. Moreover, for small $M$ the distribution should be very sensitive, and I doubt have a nice form. However, if I define $X'_\tau = X_\tau - M$, then it seems to me that $X'_\tau$ should have a limiting distribution at $M \to \infty$.
Extra comments. $\quad$ Note that there are various related questions here on maths.SE, but these (as far as I have seen) are about determining $\tau$, in particular its expectation, $E(\tau)$.
Also, one can solve for $E(\tau)$ directly. If I write $k_M$ for $E(\tau)$ with threshold $M$, then $$ \textstyle k_M = \tfrac16 \sum_{j=1}^6 k_{M-j} + 1, $$ and writing $\ell_M = k_M - k_{M-1}$ we get $$ \textstyle \ell_M = \tfrac16 \sum_{j=1}^6 \ell_{M-j}. $$ In principle, by trying the solution $\ell_r = r^\lambda$ and solving $$ 6 \lambda^6 - \lambda^5 - \lambda^4 - \lambda^3 - \lambda^2 - \lambda - 1 = 0, $$ (see this WolframAlpha computation), and calculating some initial conditions by hand, then one can find $k_M = E(\tau)$. Note that this would involve finding six initial conditions and solving a set of six simultaneous equations. This is only for the $\ell$-s; one then needs to convert this into the $k$-s. This does not sound like fun to me! =P
By a simple martingale argument---$(X_n - \tfrac72n)_{n\ge0}$ is a martingale, and $\tau$ is a deterministically bounded stopping time---from this one immediately gets $E(X_\tau) = \tfrac27 E(\tau)$ (for any $M$).