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

Trying to create place but I get an error, help!?

Asked by 8 years ago
newPlaceId = game:GetService(“AssetService”):CreatePlaceAsync(Test1, 299399612)

I put this into the CMDBAR and this is what the output says:

19:43:04.453 - Error in script: unexpected symbol near '?'

There is NO "?" symbol anywhere. I have my SavePlace Api. & CreatePlace enabled in my settings. Yet this won't work. I also have the place added as a template place already. Why isn't it working?

1 answer

Log in to vote
2
Answered by 8 years ago

You used the wrong type of quotation marks. You used when it's supposed to be "or '. Roblox doesn't recognize that type of quotation mark.

0
Great it's fixed. Now I have another problem but I'll ask on another thread. This is for this one specific problem. Thank you so much! Arithmeticity 167 — 8y
Ad

Answer this question