A Help In Need For A Script!

I need help for a javascript, for it to create a Random String Generator onto a “button” and creating a Private Room for a Multiplayer Game because there’s no tutorial for them both on PlayCanvas.
Really need a programmer’s help.

Hi @SeanJoshua_Wolve and welcome,

I imagine you need the random string generator to create unique room IDs for your players? Try searching only for, javascript random unique guid, there are plenty of code snippets on how to approach that.

From there you can use that ID to find an existing room or create a new one. If you are using socket.io check the following tutorial on how to handle rooms logic: