Hello, I’ve opened this topic to ask if I should store different data values in one script or multiple.
The reason I’m asking this is because I want to make a datastore for daily rewards and for an inventory system.
Any reply is appreciated!
This is pretty much user preference. As they say, in development there are many ways to accomplish the same task. As long as you are comfortable with it, you can do either. I personally find using separate scripts is better for organization purposes (and sometimes for limits but thats another story).
If it wont make the script ridiculously long and you will be able to debug it quickly if things happen, go ahead and put it in the same script.
4 Likes