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

How to create a template place within a game universe?[Unsolved]

Asked by 9 years ago

Hello So I am currently working on a project that involves game universes. I am trying to figure out how you would create a template of a pre-made place that is basically individual for each player. If someone were to click a button, I would want a server to be made specifically for that player and then send the player to that server. I've checked out the wiki and it showed me some syntax that I can use to accomplish what I want but I'm not sure how to use it properly. I found the info here: http://wiki.roblox.com/index.php?title=CreatePlace_and_SavePlace#CreatePlaceAsync.28name.2C_templatePlaceId.2C_description.29

I am thinking it uses something like this:

placeId = game:GetService("AssetService"):CreatePlaceAsync('Description', placeid)

Any help regarding this would be appreciated as always, Thanks

1 answer

Log in to vote
0
Answered by 9 years ago

If you make a place with Universes, I'm pretty sure that it'll appear on your places. Atleast it did, for Apocalypse Rising. Just do what you'd basically do - find the universe's gameserver, and change the player amount to 1.

0
This doesn't help me too much. I am wondering more about the scripting side of things. What scripting can I use to accomplish a template server? lordrex12345 25 — 9y
0
Any other help? lordrex12345 25 — 9y
Ad

Answer this question