I have an online database tracking the users score but when i want to update their score i need the users ID in my database how do I have it automatically work it out in c2 or C3? Is this possible?
Develop games in your browser. Powerful, performant & highly capable.
Your question is about C2, why are you posting in C3 forum?
You can generate a big random number, save it to local storage and use it as a unique user ID.