What's the difference between a 403 error and a 404 error on Roblox?

Question

Grade: Education Subject: Support
What's the difference between a 403 error and a 404 error on Roblox?
Asked by:
68 Viewed 68 Answers

Answer (68)

Best Answer
(338)
A 403 error (Forbidden) means you're not authorized to access the resource, while a 404 error (Not Found) means the resource doesn't exist. A 403 is a permission issue, whereas a 404 is a resource location issue. For example, a 403 might occur if you don't have access to a private game, while a 404 might occur if a game ID is incorrect.