Understanding that this is a demo, and not really worth troubleshooting/debugging, there is a bug in the example.
In the Tick Event, where the particles are spawned on each character in the area, the lecture had us branch on HasAuthority and we continued on “true.”
As is it, if two players stand inside the area, only one of them will get the particle effects.
Fix is to continue on “false”