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

How to use the CreatePlace API to make a universe place?

Asked by 9 years ago

I've gotten the sample place off of the wiki and am using it for a building place but I need a public one too... I've made a public one but it doesn't work because it's manually created and not created by said universe.

I don't know what to do to create the group place. It has to be created by using a script or the dev console.

CreatePlaceAsync(Test, 172094441, Test)
game:GetService(AssetService):CreatePlaceAsync(Test, 172094441, Test)
 game:CreatePlace(Test, 172094441, Test)

I have tried all three of the above lines of code, none of them work since I'm horrible at Lua.

Anyways, I just want the server to create a place under the universe so It can save.

0
You are missing the "" in ("AssetService") TofuBytes 500 — 9y
0
ThankYou. xLegoPimPx 0 — 9y

Answer this question