I prefer ServerStorage because:
- It's already in the game, which means you don't have to load it through InsertService
- If it auto-updates due to the model referred to by InsertService updating, the current server (with the non-updated scripts and such) won't break
- You can access it like any other object, no fancy InsertService magic
InsertService may be good if:
- You need something to auto-update, and the new version will work on old servers
- You don't want to include something in ServerStorage
- You're actually inserting something (i.e. a Free Model or something, which is probably isolated from the rest of the game)
Each has its own pros and cons, but here are some to start.
Don't worry about making the right choice, because there isn't much of a difference... but whether to auto-update or not is one thing you should consider.
Hope you figure it out!
Closed as Primarily Opinion-Based by DeceptiveCaster, laughablehaha, DinozCreates, zblox164, RetroGalacticGamer, and User#24403
This question has been closed because it is a discussion about a topic focused on diverse opinions, which isn't a good fit for our Q&A format.
Why was this question closed?