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

Why doesn't the SavePlace API work?

Asked by 6 years ago
Edited 6 years ago

NOTES: SavePlace API & CreatePlace API enabled on both games HTTPService enabled In my game, I use the CreatePlaceAsync() function. This works and then I go to the game created with the function. After that, I run this:

game:service"AssetService":SavePlaceAsync()

It errors with this:

HTTP 403 (HTTP/1.1 403 Forbidden)

I don't understand why. HTTPService is enabled on both games. Why does this happen??

Answer this question