Has anyone been getting this issue?
I didn’t change anything in my code and it randomly just started popping up.
game.Players.PlayerAdded:Connect(function(plr)
local character = plr.CharacterAppearanceLoaded:Wait()
local success, data = pcall(function()
return charData:GetAsync(plr.UserId)
end)
end)
Noticed this in my live game as well - caused some serious breakage… maybe it was an outtage in roblox services? Was looking around for an official notice of service interruption but havent found anything yet
I’m pretty sure most Roblox’s services are going down right now as there’s a huge data store outage right now. Alongside this morning Marketplace service and badgeservice kept erroring.