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

SavePlaceAsync() throws an HTTP 403 Forbidden error at me?

Asked by 7 years ago
HTTP 403 (HTTP/1.1 403 Forbidden)
Stack Begin
Script 'ServerScriptService.Script', Line 4
Stack End
game.Players.PlayerAdded:connect(function(plr)
    plr.Chatted:connect(function(msg)
        if msg == "save" then
            game:GetService("AssetService"):SavePlaceAsync()
        end
    end)
end)

game:BindToClose(function()
    game:GetService("AssetService"):SavePlaceAsync()
end)

Created using CreatePlaceAsync() and based off a template place where the Save Place API and Create Place API are both enabled.

Help?

1
If a place was not created using :CreatePlaceAsync then you can't use :SavePlaceAsync() on it. If it was, are you sure you have HTTP service enabled? GearMechs 26 — 7y
0
Yeah, it's definitely enabled. Ethan_Waike 156 — 7y
0
Where did you place this script? Try placing in Workspace. PlayingOBC 70 — 7y
0
Turns out the error is on ROBLOX's part. Can't use SavePlaceAsync() in groups Ethan_Waike 156 — 6y

Answer this question