Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

SavePlace api. is not working for me. I got HTTPSERVICE enabled & SavePlace enabled?

Asked by 8 years ago
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?

PS: This does exist, not just SavePlaceAsync: Here! ~

1 answer

Log in to vote
0
Answered by
DataStore 530 Moderation Voter
8 years ago

SavePlace only works on places which have been created with CreatePlaceAsync or CreatePlaceInPlayerInventoryAsync. Surprisingly, this is only noted on the "tutorial" page for dynamic place creation, rather than on both the tutorial and the SavePlace page.

0
Does that create another place and take up a place slot or something? Does it save to the main place if I used SavePlaceAsync? Arithmeticity 167 — 8y
Ad

Answer this question