StarterPlayerScripts

StarterPlayerScripts is a container that holds scripts which are cloned into each player's PlayerScripts when they join the game.

Scripts in StarterPlayerScripts generally handle player-specific logic that is not directly tied to the character model, such as custom camera controls, input handling, and player-specific game mechanics.