#data saved across players in same server
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I'm working on a game similar to untitled bakery, and I would like to make the money save across players in the same server. it doesn't need to save across servers (i.e. if they leave) but people in the same server should have the same amount of money.
how would I do this?
modulescript that stores the var and has a function to set the var and get it
or a global var in _G if you think youll be using the var that much
ah