Hi! I have an “invulnerability frames” system which is simply that I turn of hit detection, then turn it back on after a short time a timer handle and SetTimer() and it’s been working great for me so far.
However, a friend of mine has been testing my game lately and claims that there doesn’t seem to be any invulnerability frames on his end. And that he can take damage again practically immediately.
He gets about twice the framerate that I do in my game, could the timer be passing quicker on his end or do you think he’s just expecting a longer delay? The system is definitely present otherwise he would be dying instanly as the player would take damage each tick otherwise.