Hi everyone, I’m creating a Free Fire Tournament app in Kodular. I want to generate a unique code word for each tournament so users can join matches using that code. Can anyone guide me on how to generate random code words and verify them in Kodular? Any example or extension would be appreciated. Thank you!
Hi dear,
Welcome to the Kodular Community!
You can either use an extension or create your own procedure to do this.
Do you already have an idea of how you want this code to be, only letters, only numbers?
If you plan to use an online database, most of them provide a native UUID generator (e.g., Firebase, Supabase).
The DynamicComponent extension exposes a GenerateID block.
Alternatively, there are also dedicated extensions that you can easily find using the search bar.
And inside chars, put all the characters you want to use, separated by a comma.
What do you mean by

