So, I am making a simple tycoon game so I can understand how eventblocks works
And I have gotten pretty far.
I’m just having trouble getting all the server scripts to read a local variable…
I’m trying to make it, so everyone has their own money. when I do it on the server side both players have the same money but, if I do it with local It stays to that player.
I just don’t know how to tell all the other scripts how much money I have.
And that’s the server script.
I know that it’s not going to work how it is.
You also can’t put local scripts in anything other than the characterscripts.