I simply want to assign the user ID based on a database stored value whenever a user joins the room.
by user 465420608906461195
I simply want to assign the user ID based on a database stored value whenever a user joins the room.
by user 465420608906461195
Typically you’d differentiate between your user ID (which you control) and the networking client ID (which is randomized). In the simplest case you make a „UserData“ script with a „ID“ syncField and other per-User data you may need
Recommend looking at the networking docs and samples!