This question is probably very simple but I seemed to have confused myself with local vs
server.
My question is:
Can separate local scripts read off each other like an example is like if you’re deducting points from a number value in the workspace, since only the local script can read that the server cannot. But since its a local script, i’m wondering if other local scripts can read off it too. It makes sense but i’m second guessing myself.
Further elaborating this ^
local script 1 sets the number value to 5
the server script reads it as 10
but another local script which isn’t local script 1 reads the number value as 5