hi i been learning and experiencing in roblox by some couple of years, like +5 years in the platform, and i didnt ask myself this, what is on the title what is the best spot to put the local scripts?.
ok what i mean is those local scripts, where i connect remotes events from clients, and that stuff.
cuz i feel like could be the game getting laggy from the client if played for hours.
The best spot for local scripts depends on what they are being used for, scripts that edit GUI’s should be placed within StarterGUI, Scripts that control tools locally should be placed in the tool itself, scripts that control the character locally should be placed within StarterCharacterScripts, things that control the player locally should be placed withing StarterPlayerScripts,
Please note:
Local Scripts placed within the workspace will NOT run