From 535e4d42bb10aff3916441971dc6cb124d2d6c29 Mon Sep 17 00:00:00 2001 From: Samuel P <60328723+imacodr@users.noreply.github.com> Date: Sat, 2 Jul 2022 17:33:24 -0600 Subject: [PATCH] Change Notification sound to generic sound (#566) * Change Notification sound to generic sound The notification sound causes the game to summon an error due to no experience permissions with no way to grant permission. This is due to the new audio policy update. * Update Notification sound --- plugin/src/Assets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/Assets.lua b/plugin/src/Assets.lua index 02fc2c7b..df259c07 100644 --- a/plugin/src/Assets.lua +++ b/plugin/src/Assets.lua @@ -46,7 +46,7 @@ local Assets = { }, }, Sounds = { - Notification = "rbxassetid://9716079936", + Notification = "rbxassetid://203785492", }, StartSession = "", SessionActive = "",