brokenAvocado:
How difficult is it to synchronize both the infrared aspects?
That was my point. Virtually impossible. Unless you used RF for communications to synchronise the switchovers, but then of course you wouldn't need the IR comms anyway.
But if that's too difficult, how could you implement RF into a swarm like this?
How did you plan to implement IR communications? Do it the same, but it will work better with RF.
I want to know how RF can transfer data, and if the signals for RF can be limited to a few robots, and can be amplified to the whole swarm.
You said in your other thread that you wanted 5 robots, if I remember correctly. So I don't get this "few robots" vs "whole swarm" thing. There are only a few robots anyway. I don't understand what you mean by "amplified to the whole swarm". RF transfers data in a similar way to a serial connection. You'll need to use different methods depending on the RF modules you use. Serial with some, Wire with others, SPI with others.
I can see how this would work, but how would the robots differentiate which transmitter is theirs and which is not.
See what I meant last week when I said you'd left things way too late. You said in your other thread that you'd spent the year learning how to use Arduino and "doing research", (and wasted the whole Summer break playing video games). In reality, you didn't do a whole lot of research at all.
In your RF comms, you'll need to devise a protocol that will cover the points that you raise. A good start would be to give each robot a qualifier - an address. There's a lot to be said for sitting down with pencil and paper, drawing up flow-charts and writing pseudo-code.
Also, what transmitter and emitter for RF can be right for small robots like mine.
Emitter? I guess you mean receiver. 
I think I suggested a search yesterday. You could use cheap Chinese TX / RX pairs, or nRF24L01 sets, or APC220 transceivers, or DRF7020D13 transceivers, or .........
Whatever you use, you'll have to decide fairly quickly, especially if you have to order them online.
Do some searching on the forums, read how others have done this sort of thing. At the moment you're completely in the dark, it seems, and time is running out.
Googling search terms like "Arduino RF Communication" and similar should produce plenty of results, too.