Hi.
I have a tower defense game and I want to play an animation every time a tower is attacking. My question is should I play the animation on the Server, or use RemoveEvent FireAllClients to play it.
Is there a difference (in terms of server load)? I’ve been getting multiple reports of huge lag spikes during heavy waves, so I’m currently working on optimizing everything.
Any help is appreciated.