Recently, some of my players have been hit with random lag spikes.
I went on to test on my low end device and found that after a while this core task named “updateGenericTweens” was taking a huge toll on my performance and i think it might be the cause.
From it’s name, i believe it might be TweenService updating all tweens i guess, but i don’t have any tweens running when the player is just running around doing nothing.
What exactly is “updateGenericTweens” and what measures can i take in order to find what’s causing these lag spikes? Is there any way to get all active tweens so i can know how many are running?