So whenever I hopped into studio this morning and playtested my game, the output was spammed with THIS:
Unhandled Promise rejection:
-- Promise.Error(ExecutionError) --
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:281: attempt to index nil with 'FindFirstChild'
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:281 function updateSelfViewButtonVisibility
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:398
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:90 function requestPermissions
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:276
CorePackages.Packages._Index.Promise340.Promise340:175 function runExecutor
CorePackages.Packages._Index.Promise340.Promise340:184
CorePackages.Packages._Index.Promise340.Promise340:1248
CorePackages.Packages._Index.Promise340.Promise340:175 function runExecutor
CorePackages.Packages._Index.Promise340.Promise340:302
Promise created at:
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:275 function getCamMicPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:405 function getPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2027 function Initialize
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2108
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:275 function getCamMicPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:405 function getPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2027 function Initialize
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2108
- Client - Promise340:1849
Does anyone know what it means? Also, if this is in the wrong category, let me know. Have a wonderful day!
I can’t locate it, per se. But whenever I click on the text, an empty module script opens up and it’s named Promise340. I played my game to see if I could find in any of the services, but I couldn’t. But whenever I stopped the game, the output cleared itself and now it’s gone.
The code is empty.
And second of all Is a Core Gui issue not something I added into studio.
It Has To have something to do with something on Roblox’s end.
Hello @Kittylitterking123!
I have the same bug in my Roblox game, and it ruined my local scripts.
Please let me know if you find any solutions on how to fix this bug!
Sincerely, @Katastro5
Hello @Fizzitix!
If you successfully posted a bug, please mention me in a comment so I can follow your post and know when they finally fix it.
Sincreley, @Katastro5
Whenever you click on the wanring, an empty Module Script named Promise340 appears. Like @Developing_Scripter said, type script:Remove() in it. It worked for me until I logged back on. It should still work for the moment. Let me know if this helped!