As of today we started to get this error in our game; breaking every loading screen. We believe its due to the emotes update changing the top bar. The specific code used to disable the top bar is:
local starterGui = game:GetService(‘StarterGui’)
starterGui:SetCore(“TopbarEnabled”, false)