Let's say there are $12$ people who each roll a fair $6$-sided die. What is the probability that every face has been seen?
I first attempted to find this as a string counting problem: let's say there $12\choose6$ ways of arranging the $6$ unique faces among the $12$ rollers and $6^6$ outcomes for the remaining ones. The total arrangements of the rolls would be $6^{12}$ leaving us with a total of $\frac{{12\choose{6}}\cdot6^6}{6^{12}}$
However, let's say you roll first. From your perspective, you have rolled something unique and are waiting for the remaining $11$ people to roll which would result in an expression such as $\frac{{11\choose{5}}\cdot6^6}{6^{11}}$
Why are these two approaches not equal (assuming one of them is correct)