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

Why am I getting an "InappropriateText" error with CreatePlace?

Asked by
gitrog 326 Moderation Voter
6 years ago

I'm trying to create a place, but I'm getting the following error. (Obviously, I've cut down the code quite a bit, none of these variables are "undefined"

Game:CreatePlace received and error: HTTP 0 (HTTP 400 (HTTP/1.1 400 InappropriateText)).

local placeName = "BloxdoverDev"
createdPlaces[1] = AssetService:CreatePlaceAsync("BXL " .. placeName .. "Place1", placeId)
0
you can only createplaceasync in real game not studio, also have you defined "placeId"? abnotaddable 920 — 6y
0
you can only createplaceasync in real game not studio, also have you defined "placeId"? abnotaddable 920 — 6y
0
I think you have mixed the last two args up? http://wiki.roblox.com/index.php?title=API:Class/AssetService/CreatePlaceAsync User#5423 17 — 6y
0
"placeId" is the Template Place's ID. gitrog 326 — 6y
View all comments (2 more)
0
XD I cannot read code today User#5423 17 — 6y
0
Since it is returning "InappropriateText" as the error have you tested this with other place names? User#5423 17 — 6y

Answer this question