How many scripts for player?

Hello! Right now I’m making an RPG game (Top Down). But right now I wonder if it’s better to make many Scripts(playerMovement, playerHealth, playerDamage) exemple.

Or is it better too try not use so many Scripts and try fill everything in one script?
If I use many Scripts does it take down the preformance?

The number of scripts doesn’t matter nearly as much as how well they’re written and how logically they’re laid out. Pick the right number to make it easiest to manage for yourself.