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??