Could this cause some problem?

Hi guys, I’m adding more and more scripts to my player prefab, I have a little question, I have lots of scripts attached to the player prefab (This is a Online Game and there’s a lobby and when everyone is ready all the players spawn at the same time), this is a SS, http://i.imgur.com/lhPgn13.png I think lots of scripts is causing problems on spawn or something, is possible?
PD: My problem is, suddenly when 2 players are ready and spawn at the same time, the game crash, the game freezes, I don’t know why…

If you can’t find anything in the Logs as stated by Landern, try deactivating scripts one at a time and see if the crash/freeze still happens. When you have isolated one script which causes the crash/freeze then start deactivating functions one by one by commenting them out. When you have tracked the bug to one specific function and you can’t solve it on your own then post it here and maybe someone will be able to help you.