I am wondering if using roomVariables to store each players x and y position is the right thing to use.

I'm not sure if roomVariables are shared or set for each user.

If someone joins and they set roomVariables x = 17 and y = 275

then what happens if another person joins and they set x = 57 y = 35

does that write over the x and y for the other user? or are the variables stored per each user...

thanks in advance!