Pretty simple question and a weird one but basically heres how it works. I’m making a game thats suppose to have multiple places and before the game fully loads in it loads a model in that has all/most of the assets for the game including majority of the server scripts. The problem is though that I can’t really use the StarterPlayerScripts or StarterCharacyerScripts folders in game.StarterPlayer. This wouldn’t be an issue however since theres no telling when the first player loads in and the model loads in. It could become a bit buggy if the player ends up loading in before the model does.
One solution I thought of was to simply have the starterscripts in a seperate folder and clone them to the player on a PlayerAdded event. However for some stupid reason localscripts don’t work unless they are specifially in the PlayerScripts of PlayerGui folder. PlayerGui would work fine except that it reloads everytime the player dies which can be extremely annoying sometimes