Can I create variables only accesible for the server and use them to update every client?
like scores for each player?
Hey there, can you elaborate on your question more? When you say accessible, do you mean only the server can see them? Or only the server can modify them?
Do you just want to pass the variable to the client? Or does the client need access, but not modify it?