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
This commit is contained in:
Samuel P
2022-07-02 17:33:24 -06:00
committed by GitHub
parent 54398d4c4b
commit 535e4d42bb

View File

@@ -46,7 +46,7 @@ local Assets = {
}, },
}, },
Sounds = { Sounds = {
Notification = "rbxassetid://9716079936", Notification = "rbxassetid://203785492",
}, },
StartSession = "", StartSession = "",
SessionActive = "", SessionActive = "",