Photo Booth Dev Module doesn't work without changes, countdownFlashSound was moderated

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.

3 Likes

Hey there! Thanks for bringing this to our attention. We’ve filed a ticket for this internally, and I or another member of my team will post an update once we have a fix published.

1 Like

Hey there, I’ve pushed out an update to Photo Booth that should fix the issue with countdownFlashSound. Try updating when you can and let me know if the issue is resolved. Thanks!

1 Like