Fatal error 404 for all website users, preventing all usage of platform
Jailbreak made a live update, they had to shutdown all servers. Many players are now getting issues to join in servers of any game or use the Roblox website.
Me and all my partners can’t join in Roblox Studio, all my game servers went down and DataStore isn’t working.
Can confirm on the website and as well as some API services. DataStores are returning a status code of 503 and MarketPlaceService has already been reported down.
Can confirm completely. I think it’s due to the large player count of adopt me and Jailbreak, since thier player count both equaled 1,000,000 and of course because of a live event. But yeah, roblox is laggy atm. It started working a few minutes ago for like 1-5 minutes then just went out again, so I guess it’s an on-off thing?
I’m not sure what is going on but DataStores are also breaking.
This is always returning true, and thus kicking people, regardless if they are actually banned or not:
local PcallTest, PcallReturn = pcall(function() return BanStore:GetAsync(tostring(Player.UserId)) end)
if PcallReturn and not Delta.RunService:IsStudio() then Player:Kick("You have been permanently banned for exploiting. If you wish to appeal, join our communications server.") end
I’d always check the devforum when a service issue happen, but I think automatically letting us know about latency and outages can spare developers, moderators and maybe engineers some time. I believe some attempt for a website showing status was made but it was poorly maintained and seemed manual.