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

Error in using CreatePlaceAsync()?

Asked by 8 years ago

I keep getting this error when calling CreatePlaceAsync()

11:40:54.718 - Game:CreatePlace received and error: HTTP 0 (HTTP 403 (HTTP/1.1 403 Forbidden)).

My Code:

local id = game:GetService("AssetService"):CreatePlaceAsync("Server Tests",411400864,"Testing servers")

Honestly I have no idea why it's doing this, I have enabled Studio Api Access and I've enabled CreatePlace and SavePlace.

1 answer

Log in to vote
0
Answered by 8 years ago

I believe this is not allowed in studio, have you tried publishing the place and testing there?

Ad

Answer this question