Triggering a photo booth prompt works up until the countdown.
Countdown line 105
if not self.countdownFlashSound.IsLoaded then
self.countdownFlashSound.Loaded:Wait()
end
The countdown flash sound was moderated, and the loading of sounds will never complete: replace sound id.
Photo Booth otherwise works, although maybe filter out Enum.CoreGuiType.SelfView
from hideguis to remove the warning.
Expected behavior
Flash sound would ordinarily load and the countdown would be able to start.