How to fix sound not playing if played fast?

I have a sound that plays when you press a key to switch the menu button. My problem is that when you switch too fast it skips playing every like 5 times

The file is mp3 0.023s long and im using soundservice:playlocalsound()

I tried setting soundposition to 0, isplaying = false before playing but it didn’t help