If I have a place with scripts that I want to sync across multiple games using packages, should I have a folder for remoteEvents in all my games or should I automatically create that folder inside the package?
like, should I have a folder in my package called “ReplicatedStorage” that has all the events or should I just set up the game that uses the package to automatically have a remoteEvents folder? Which one is better?