Mobile sounds don’t play every time

Video: https://streamable.com/wiq96

Problem: Playing a sound in a gui doesn’t play every time on mobile as seen in the video. It should play a sound every time a button is pressed. For some reason it doesn’t happen as often when using screen recorder (don’t ask me why because I have no clue)

Tech: iPhone 7

What code are you using to play the sounds?

Just sound:Play()

If you use SoundService::PlayLocalSound, does the issue persist? It fits your use case better and is more intended for that use case.

game:GetService("SoundService"):PlayLocalSound(YourSoundObject)

The issue still persist.

1 Like