Hey, so I was just wondering about this. Say we have a universe game, I can’t really think of an example right now. But basically like, you join in the menu game, where you can customize your character, loadouts or what-not. Then, you use the matchmaker to join into an actual match.
What puzzles me is how developers manage their assets between multiple places that need the same assets. Like for example, you can customize your loadout on the menu screen, and there’s weapon visuals showing you how the weapon looks. In the actual server, those weapon models are needed there as well.
Hopefully my point comes across clear. My guess would be modules and somehow loading in models via InsertService
, but I’m not entirely sure.
Any help appreciated. Thanks!