local AssetService = game:GetService("AssetService")
local description = "World generated by an user"
local TeleportService = game:GetService("TeleportService")
script.Parent.RemoteEvent.OnServerEvent:Connect(function(player,name)
local PlaceID = AssetService:CreatePlaceAsync(name,1240467309,description)
end)
Output error: Game:CreatePlace received and error: HTTP 403 (Forbidden).
I enabled EVERY permission possible in game settings and configure place, the error keeps popping up I don’t know what to do, is it necessary to publish for settings to save?
CreatePlaceAsync 403 Forbidden Error the solution is because it doenst allow u to use that on the roblox studio, only ingame as what it should have mentioned that in documentation or even the error