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.
I believe this is not allowed in studio, have you tried publishing the place and testing there?