local Digit = Number % 10
11 mod 10 returns 1, which i'm guessing would give you the prefix "st"
Also, something weird to ponder about english:
1st
11th
21st
31st
41st
...
I'd add a special if statement for 11 because it ends in 1 but doesn't give the suffix "st"
|