Unique role system not working, why?

I tried making a role system where each player was given a unique role/character, without any repeating roles. But for some reason when assigning the roles, sometimes multiple players would get the same role? What am I doing wrong and what should I change?

1 Like

You should remove the character from the table after you tell the client what role they got.

2 Likes

Oh wow, cant believe I didn’t notice that, thanks!