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

How would you use CreatePlaceAsync to create games in a universe?

Asked by 6 years ago

In my game when there are enough players, it teleports them to another game in the universe. I know how to use TeleportService but not CreatePlaceAsync. I looked at the wiki which just confused me since it didn't provide a method on how to use CreatePlaceAsync.

1 answer

Log in to vote
3
Answered by
iRexBot 147
6 years ago

CreatePlaceAsync(<Place Name>, <Template place>, <Game description>)

So "place name" is the game place name. "Template place" is a place ID that the place can use as a template. "Game desc" is the description of the place.

Ad

Answer this question