Hello everyone,
While my game works properly on desktop, I’m encountering crashes on mobile devices (HTML5).
After isolating the problem, it seems that the string.gmatch() function seems to be causing the issue. The game works as intended on mobile HTML5 when I avoid using this function, so…
Is there a known problem related to this function specifically on mobile devices?
PS: I can provide more context if it seems strange to you.