I am making a FPS called Fall of Corruption. Let's make this clear, How Call of Duty has a team changer after players are done with the match and separate from each other into another pare of 6 & 6. I'm a great builder but need help helping I'm the only one helping myself.
Just so you know, this is your only free-script you are getting from me. We don't make scripts for you. We help you with them. I will not tell you where to put this or which type of script to put it.
01 | local redteam = { } |
02 | local blueteam = { } |
03 |
04 | function startGame() |
05 | for i = 1 , #game.Players.NumPlayers do |
06 | bool = not bool |
07 | if bool then |
08 | table.insert(redteam, game.Players:GetPlayers [ i ] ); |
09 | else |
10 | table.insert(blueteam, game.Players:GetPlayers [ i ] ); |
11 | end |
12 | end |
13 | end |
Please do not ask for scripts. We only fix the scripts, we do not get questions to make something. Thats why its called ScriptingHelpers We help with scripts.