Recently I have been building a game. I am currently scripting the UI for it and I am running into some issues with structuring my project. Their is one “main client” script that has a bunch of modules under it. My problem is that my UI and stats module are separate so I can get data from the main script from the stats module but the UI cannot display it because the UI module is seperate. What would be the best way to structure the data transfer between modules?
1 Like