wait(30); game:SavePlace(Enum.SaveFilter.SaveAll); <--- Error occurs here. local Hint = Instance.new("Hint"); Hint.Parent = game.Workspace; Hint.Text = "This place has been successfully saved."; wait(6); Hint:Destroy();
I get this error:
Content failed because HTTP 404 (HTTP/1.1 404 Not Found) HTTP 403 (HTTP/1.1 100 Continue)
Why? I have PlaceSave enabled in my configurations for the place that I want to save it in. I have this in a server script. Help? Advice? Anything?